Skip to content

Commit

Permalink
feat: add a bump script in js
Browse files Browse the repository at this point in the history
  • Loading branch information
VoperAD committed Nov 18, 2023
1 parent 1df34a4 commit c44bd19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
skip-version-file: true
pre-commit: './bump-script.js'

- name: Update pom.xml version
if: steps.changelog.outputs.skipped == 'false'
Expand Down
3 changes: 3 additions & 0 deletions bump-script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exports.preCommit = (props) => {
console.log("Hello camaradas")
}

0 comments on commit c44bd19

Please sign in to comment.