Skip to content

Commit

Permalink
Minor fixes of release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kurgm committed Oct 27, 2024
1 parent 916f810 commit 62f81d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: master
fetch-tags: true
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"git": {
"tagName": "v${version}",
"commitMessage": "${version}",
"tagAnnotation": "${version}",
"requireBranch": "master"
},
"github": {
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@


[unreleased]: https://github.com/kurgm/kage-engine/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/kurgm/kage-engine/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/kurgm/kage-engine/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/kurgm/kage-engine/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/kurgm/kage-engine/compare/v0.3.0...v0.3.1
Expand All @@ -93,5 +94,3 @@
[0.2.2]: https://github.com/kurgm/kage-engine/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/kurgm/kage-engine/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/kurgm/kage-engine/releases/tag/v0.2.0

[0.6.0]: https://github.com/kurgm/kage-engine/releases/tag/v0.6.0

0 comments on commit 62f81d2

Please sign in to comment.