Skip to content

Commit

Permalink
Update changelog.main.kts comment (typos)
Browse files Browse the repository at this point in the history
  • Loading branch information
igordmn authored Dec 17, 2024
1 parent 293bd1b commit 6d3f5b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/changelog.main.kts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/**
* Script for creating a changelog. Call:
* ```
* kotlin changelog.main.kts v1.7.0-dev555
* kotlin changelog.main.kts v1.7.0+dev555
* ```
* or:
* ```
* kotlin changelog.main.kts v1.7.0..v1.7.1-dev555
* kotlin changelog.main.kts v1.7.0..v1.7.1+dev555
* ```
* where:
* v1.7.0-dev555 - the tag/branch of the version. The previous version will be read from CHANGELOG.md
* v1.7.0..1.7.1-dev555 - the range of tag/branches for the changelog
* v1.7.0+dev555 - the tag/branch of the version. The previous version will be read from CHANGELOG.md
* v1.7.0..v1.7.1+dev555 - the range of tag/branches for the changelog
*
* It modifies CHANGELOG.md and adds new changes between the last version in CHANGELOG.md and the specified version.
*
Expand Down

0 comments on commit 6d3f5b9

Please sign in to comment.