Skip to content

Commit

Permalink
version bump v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
patnir committed Apr 2, 2024
1 parent edecf4b commit 0af7bc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@

1. New builds will be created on every commit to `main` and published to a draft GitHub release, [found here](https://github.com/iron-fish/ironfish-node-app/releases).
1. When you're ready to deploy a release, first ensure there are no ongoing `Publish Release` [GitHub Actions](https://github.com/iron-fish/ironfish-node-app/actions), then test the build on the draft.
1. After testing, publish the draft release, which should tag the latest commit on main with the draft release's version number.
1. Increment the version in `package.json` and push that commit to `main`. A new draft release should be created with the new version number.
1. After testing, edit the draft release, and click Publish Release. This should tag the latest commit on main with the draft release's version number.
1. Increment the version in `package.json` and push that commit to `main`. A new draft release should be created with the new version number.

Note: The increment happens after the release so that latest artifacts are generated with new pushes to main. These artifacts can be tested/ sent to users in preparation for a future release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "ironfish-node-app",
"description": "Iron Fish Node App",
"version": "3.0.2",
"version": "3.0.3",
"author": "IF Labs <[email protected]> (https://iflabs.network)",
"main": "app/background.js",
"scripts": {
Expand Down

0 comments on commit 0af7bc4

Please sign in to comment.