Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Dec 21, 2024
1 parent 84bd675 commit 80fc67f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions xrcf/script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ echo "- UPDATE 'CHANGELOG.md'"
echo ""
echo "- ENSURE YOU ARE ON THE MAIN BRANCH"
echo ""
echo "- PUSH A NEW COMMIT WITH MESSAGE 'Release $VERSION'"
echo ""
echo "- STEP INTO THE 'xrcf' DIR"
echo "- RUN 'cargo publish -p xrcf --allow-dirty --dry-run'"
echo ""
echo "- RUN 'cargo publish --dry-run'"
echo "- PUSH A NEW COMMIT WITH MESSAGE 'Release $VERSION'"
echo ""
echo "- RUN 'cargo publish'"
echo "- RUN 'cargo publish -p xrcf'"
echo ""
echo "- CREATE A NEW TAG, SEE BELOW"
echo ""
Expand Down

0 comments on commit 80fc67f

Please sign in to comment.