Skip to content

Commit

Permalink
Describe the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Dec 10, 2024
1 parent 6c6e5cf commit 02adf31
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,16 @@ Get back dev packages:
# del env:CI
pnpm prune
```

## Release

- Checkput `main` branch
- Merge `develop` into `main`
- Update version in package.json (e. g. 0.8.0)
- Commit version change
- Create tag with version (e. g. v0.8.0)
- `git push` and `git push origin --tags`
- Checkout `develop` branch
- Merge `main` into `develop`
- Revert the commit `Limit actions to production ready`
- `git push`

0 comments on commit 02adf31

Please sign in to comment.