-
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.
fix release doc, go with 0.4.0 for real (#267)
- Loading branch information
1 parent
6c7aa3b
commit 0bebbd0
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -15,9 +15,9 @@ npm version <bump-type> | |
# now build and publish (prepublish step runs build) | ||
npm publish | ||
# (optional) add a tag representing the release | ||
# (optional) add a tag representing the release. | ||
# note v10 is not allowed by npm because it parses as semver | ||
npm public --tag rel10 | ||
npm dist-tag add @oxide/[email protected] rel10 | ||
``` | ||
|
||
## Generating the client in this repo | ||
|