Skip to content

Commit

Permalink
Docs (release): Update documentation on present valid tags pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh committed May 19, 2024
1 parent 13bdb7c commit 0c3954d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The names of all release notes variants that can be generated can be found in th

##### Valid tags

At present, generation of release notes is only possible for tags of the format [`MAJOR.MINOR.PATCH`](src/PSRepositoryReleaseManager/Private/Get-RepositoryReleasePrevious.ps1#L17), prepended with a lowercase `v`:
At present, generation of release notes is only possible for tags of the format `MAJOR.MINOR.PATCH`, prepended with a lowercase `v`:

```shell
# Valid tags
Expand Down

0 comments on commit 0c3954d

Please sign in to comment.