-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e43267
commit 1759faa
Showing
4 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
This are the rules on deploy | ||
Note: there is a github action to publish to NPM on creation or a release | ||
|
||
This is a pre-release and therefore published as a release candidate to npm. | ||
To deploy: | ||
If this is a prerelease: | ||
1. version major.minor.patch-rc1 | ||
2. npm publish --tag alpha | ||
|
||
Before merging to live need to: | ||
If this is a release | ||
1. version major.minor.patch | ||
2. npm publish --access public | ||
|
||
2. reverse these changes | ||
3. (delete this file) | ||
note npm version patch | npm version minor | npm version major from the command line can bump the version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters