Skip to content

Commit

Permalink
docs: release process
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 10, 2024
1 parent f02606f commit 45388c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release-node.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
current_version=2.5.0
new_version=3.3.2
find . -name 'Dockerfile' -exec sed -i '' "s/$current_version/$new_version/g" {} +
git commit -am 'release: v$new_version'
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
gh release view -w

0 comments on commit 45388c6

Please sign in to comment.