Skip to content

Commit

Permalink
Updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Dec 11, 2023
1 parent 9104bbc commit 491100c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# potel
PowerShell module for collecting and sending Open Telemetry

## CI Status

[![PowerShell](https://github.com/cdhunt/potel/actions/workflows/powershell.yml/badge.svg)](https://github.com/cdhunt/potel/actions/workflows/powershell.yml)

## Install

`Install-Module -Name potel` or `Install-PSResource -Name potel`
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function ChangeLog {
"# Changlog"

for ($m = $Minor; $m -ge 1; $m--) {
for ($b = $Build; $b -ge 1; $b--) {
for ($b = $Build; $b -ge 3; $b--) {
"## v$Major.$m.$b"
nbgv get-commits "$Major.$m.$b" | ForEach-Object {
$hash, $ver, $message = $_.split(' ')
Expand Down
7 changes: 7 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changlog
## v0.1.3
- [9104bbc](https://github.com/cdhunt/potel/commit/9104bbcbac0116329918dccea8b304bd86678c0c) Adds ChangeLog generator to build.ps1
## v0.1.2
- [f19c90f](https://github.com/cdhunt/potel/commit/f19c90f0e58dbcd0e87513a565c1b63eafecb5d5) Full depth clone
## v0.1.1
- [20d00ee](https://github.com/cdhunt/potel/commit/20d00eebc253324f6d01957dfb59ea55a50d7f6c) Use nerdbank

0 comments on commit 491100c

Please sign in to comment.