Skip to content

Commit

Permalink
docs: update version to v3.3.3 and automate git push for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 10, 2024
1 parent d60fc12 commit ca8ca25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-node.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ current_version=3.3.2
new_version=3.3.3
find . -name 'Dockerfile' -exec sed -i '' "s/$current_version/$new_version/g" {} +
git commit -am 'release: v$new_version'
git push
git tag v$new_version -m v$new_version --force --sign
git push origin v$new_version --force
gh release create v$new_version --generate-notes
Expand Down

0 comments on commit ca8ca25

Please sign in to comment.