Skip to content

Commit

Permalink
update release instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
missedone authored Dec 30, 2023
1 parent 72928c7 commit 815ecf5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Release Remote TestNG

### Perform release

Go to https://github.com/testng-team/testng-remote/actions/workflows/release.yml
* branch: `master`
* release version: the new release version, for example `1.5.0`
* next dev version: the next development version, for example `1.5.1-SNAPSHOT`
1. Create a release branch like `release/1.6.0`
2. Go to https://github.com/testng-team/testng-remote/actions/workflows/release.yml
* Select the `branch` you just created: `release/1.6.0`
* Set `releaseVersion`: the new release version, for example, `1.6.0`
* Set `developmentVersion`: the next development version, for example, `1.6.1-SNAPSHOT`

0 comments on commit 815ecf5

Please sign in to comment.