Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 34099b8

Browse files
Update the release procedure documentation (#206)
Co-authored-by: Tibor Blenessy <[email protected]>
1 parent e1b1f22 commit 34099b8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/RELEASING.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
## Releasing npm package
22

3-
* Install or upgrade `np` package globally (`npm install -g np`)
4-
* Login to npm with `npm adduser`
5-
* Create new branch, e.g. `1.2.0`, add upstream
6-
* Run this to publish package `np --any-branch`
7-
8-
N.B. As the project must be compiled to JS before publishing, we added a `prepack` npm hook to take care of this.
3+
* [Create a Jira release ticket](https://jira.sonarsource.com/projects/REL)
4+
* [Publish a new GitHub release](https://github.com/SonarSource/eslint-plugin-sonarjs/releases/new)
5+
* [Bump the package version fot the next development iteration](https://github.com/SonarSource/eslint-plugin-sonarjs/blob/master/package.json#L3)

0 commit comments

Comments
 (0)