Skip to content

Commit

Permalink
chore: fix release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cibaa-team-user authored Mar 4, 2024
1 parent 9a30d59 commit ba323ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
with:
node-version: 21
- run: npm install -g semantic-release @semantic-release/git @semantic-release/changelog @semantic-release/exec
- name: Grant exec permissions to scripts
run: chmod +x .prepare_release.sh && chmod +x .prepare_changelog.sh
- run: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.CIBAA_TEAM_USER_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"docs/en/index.md",
"docs/ru/index.md",
"project/Version.scala",
"README.md"
"README.md",
"checkita-core/src/main/resources/version-info.properties"
],
"message": "chore (release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
Expand Down

0 comments on commit ba323ec

Please sign in to comment.