This is an automated email from the ASF dual-hosted git repository.
jkevan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/unomi-tracker.git
The following commit(s) were added to refs/heads/main by this push:
new b1f17d4 UNOMI-647: update doc
b1f17d4 is described below
commit b1f17d4a8eb00a716fd1f846521129679d1be6ee
Author: Kevan <[email protected]>
AuthorDate: Fri Sep 2 12:09:06 2022 +0200
UNOMI-647: update doc
---
RELEASE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE.md b/RELEASE.md
index 7ccf858..4e25029 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -32,7 +32,7 @@ Npm account
- Ask on Apache Unomi dev mailing list ([email protected]) to be added as
a maintainer for the package to be able to push versions
- Login locally: `npm login` and your credentials
-Create a new release
+Push a new version
-------
- Bump version in the `main` branch: `1.0.0` -> `1.1.0` or for beta version
`1.0.0-beta.0` -> `1.0.0-beta.1`
- You can run `npm version 3.1.0-beta.0` to update `package.json` and create
a git tag in one go (see https://docs.npmjs.com/cli/version).