-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
2 changed files
with
14 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ Check GitHub issues and pull requests: | |
- check the latest commits `npm run git-log` | ||
- open the `CHANGELOG.md` file | ||
- check if all previous fixed issues are in | ||
- commit with a message like _prepare v0.6.2_ | ||
- commit with a message like _prepare v0.6.1_ | ||
|
||
## Publish on the npmjs.com server | ||
|
||
|
@@ -127,5 +127,5 @@ When the package is considered stable: | |
When the release is considered stable, promote it as `latest`: | ||
|
||
- `npm dist-tag ls @xpack/hello-world-template` | ||
- `npm dist-tag add @xpack/[email protected].2 latest` | ||
- `npm dist-tag add @xpack/[email protected].1 latest` | ||
- `npm dist-tag ls @xpack/hello-world-template` |