Skip to content

Commit

Permalink
Use clogs for generating changelogs
Browse files Browse the repository at this point in the history
This replaces the hacky Ruby changelog script with a proper solution
using https://github.com/yorickpeterse/clogs.
  • Loading branch information
yorickpeterse committed Nov 9, 2023
1 parent 2524f64 commit 7cf2e1c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 66 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

**NOTE:** this file is automatically generated, please do not edit it manually.

<!-- new section -->

## 0.4.1 (2023-10-30)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ release/versions:
ruby scripts/update_versions.rb ${VERSION}

release/changelog:
ruby scripts/changelog.rb "${VERSION}"
clogs "${VERSION}"

release/commit:
git commit Cargo.toml Cargo.lock CHANGELOG.md -m "Release v${VERSION}"
Expand Down
5 changes: 0 additions & 5 deletions changelog.yml

This file was deleted.

11 changes: 11 additions & 0 deletions clogs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"url": "https://github.com/inko-lang/ivm/commit/%s",
"changelog": "CHANGELOG.md",
"categories": {
"added": "Added",
"fixed": "Fixed",
"changed": "Changed",
"performance": "Performance improvements",
"other": "Other"
}
}
58 changes: 0 additions & 58 deletions scripts/changelog.rb

This file was deleted.

0 comments on commit 7cf2e1c

Please sign in to comment.