Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Jan 26, 2024
1 parent 3d39e02 commit 8f627d1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ The following will cover releasing the `asset-transfer-api` to both github and N

### Creating The Release Branch

1. Ensure you are in your `main` branch.
- `git pull origin main`
- `git checkout -b <name>-vXX-XX-XX`
1. Ensure you are in your `main` branch then run:

```bash
$ git pull origin main
$ git checkout -b <name>-vXX-XX-XX
```

2. In your new release branch update the version inside of the `package.json` to match the version we are releasing. This is super important as it will be the source of truth for updating to NPM.

Expand All @@ -22,6 +25,8 @@ $ git commit -m 'chore(release): vXX.XX.XX'
$ git push
```

Then create a PR with the same title as the commit message.

6. When approved merge the PR into main.

### Creating the NPM release
Expand Down

0 comments on commit 8f627d1

Please sign in to comment.