Skip to content

Commit

Permalink
Merge pull request #271 from lensapp/update-readme
Browse files Browse the repository at this point in the history
Update readme release guide
  • Loading branch information
jweak authored Apr 18, 2024
2 parents 84c014d + b7b9383 commit e670755
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Agent for [BoreD](https://github.com/lensapp/bored) tunnel daemon.
## How to make a new release

1. Bump the version in package.json
2. Commit the change: `git commit -m "v0.5.0"`
3. Tag it: `git tag v0.5.0`
4. Push the commit and the tag: `git push --atomic origin main v0.5.0`
2. Create a PR and get it merged to main
3. Switch to main branch on your local machine and get the latest
4. Tag it: `git tag v0.5.0`
5. Push the tag: `git push origin v0.5.0`

## License

Expand Down

0 comments on commit e670755

Please sign in to comment.