Skip to content

Commit

Permalink
Dedicated RELEASING.md for release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Jul 5, 2021
1 parent 2649a0d commit 7f5d82d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,6 @@ Depending on what you enable, SLIC Watch creates one dashboard and multiple alar
Check out the AWS [CloudWatch Pricing](https://aws.amazon.com/cloudwatch/pricing/) page to understand the cost impact of creating CloudWatch resources.
## Releasing a new version
In order to release a new version of the project:
- update the package version in the top level `package.json`
- run `npm run lerna:sync` to synchronise that version across all the sub packages
- push these changes
- draft a new release in GitHub (the CI will do the publish to npm)
## References
Expand Down
8 changes: 8 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# How to Release a new version

In order to release a new version of the project:

- update the package version in the top level `package.json`
- run `npm run lerna:sync` to synchronise that version across all the sub packages
- push these changes
- draft a new release in GitHub (the CI will do the publish to npm)

0 comments on commit 7f5d82d

Please sign in to comment.