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 bb49d99 UNOMI-647: update doc
bb49d99 is described below
commit bb49d992eb782ec78f18dd8657dccbfeb68130c3
Author: Kevan <[email protected]>
AuthorDate: Fri Sep 2 12:00:46 2022 +0200
UNOMI-647: update doc
---
RELEASE.md | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/RELEASE.md b/RELEASE.md
index 3b59132..7ccf858 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -34,8 +34,6 @@ Npm account
Create a new release
-------
-- Create a pull request from `develop` branch -> `main` branch.
- - Wait for a review and merge the PR.
- 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).
- Run checks:
@@ -45,8 +43,4 @@ Create a new release
- Publish on npm the package:
- in case of normal version: `npm publish`
- in case of beta version: `npm publish --tag beta`
-- Create the release on GitHub for this tag (in case version is not beta).
-- merge back `main` -> `develop` to get latest package version in `develop`
branch, runs:
- - `git checkout develop`
- - `git merge main --ff-only`
- - `git push -u origin develop`
\ No newline at end of file
+- Create the release on GitHub for this tag (in case version is not beta).
\ No newline at end of file