-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: releasing version 1.3.0 (#1377)
- Loading branch information
Showing
4 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,6 @@ Before proceeding with the release process, | |
ensure that your `origin` remote is set to `[email protected]:pactus-project/pactus.git` and not your local fork. | ||
It is recommended to re-clone the project in a location other than your current working directory. | ||
Also, make sure that you have set up GPG for your GitHub account. | ||
Make sure to [set up](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners) | ||
a self-hosted runner for releasing Pactus for macOS-ARM. | ||
|
||
## 2. Fetch the Latest Code | ||
|
||
|
@@ -34,17 +32,17 @@ pacman -Suyyy | |
``` | ||
|
||
Wait for the build to finish. If everything is successful, proceed to the next step. | ||
If not, update the dependency DLLs inside `.github/releasers/releaser_gui_windows.sh` and rerun the command. | ||
If not, update the dependency DLLs inside `.github/releasers/releaser_gui_windows.sh` and re-run the command. | ||
|
||
## 4. Set Environment Variables | ||
|
||
Create environment variables for the release version, which will be used in subsequent commands throughout this document. | ||
Keep your terminal open for further steps. | ||
|
||
```bash | ||
PRV_VER="1.1.0" | ||
CUR_VER="1.2.0" | ||
NEXT_VER="1.3.0" | ||
PRV_VER="1.2.0" | ||
CUR_VER="1.3.0" | ||
NEXT_VER="1.4.0" | ||
BASE_BRANCH="main" | ||
TAG_NAME="v${CUR_VER}" | ||
TAG_MSG="Version ${CUR_VER}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters