Skip to content

Commit

Permalink
Add deployment steps (#82)
Browse files Browse the repository at this point in the history
* 3.1.2

* Add deployment steps
  • Loading branch information
ashinzekene authored Jul 25, 2023
1 parent 3c25ed0 commit 7638c69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DEPLOY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Deployment steps

1. Get latest master
2. Run `npm run p -- [major|minor|patch] {message}`.
3. Checkout to a new branch `release/{new-version-name}` eg `release/4.0.1`
4. Create a tag `git tag -a v {version-no} -m "{message}"` eg `git tag -a v4.0.1 -m "Added peer dep for ng 16" `
5. Commit with message `v{version-no}` eg `v4.0.1`
6. Push and create PR

0 comments on commit 7638c69

Please sign in to comment.