We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eda425 commit d2538dcCopy full SHA for d2538dc
DEVELOP.md
@@ -33,9 +33,10 @@ https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-sear
33
34
## Publish new release
35
36
-- Make sure test are running `npm run test`
+- Make sure test are running: `npm run test`
37
- Define the new version to use x.y.z
38
-- Run `npm run version x.y.z`
+- Run: `npm run version x.y.z`
39
- Commit and push the file modified
40
-- Tag the commit `git tag x.y.z`
41
-- Push the tag `git push --tags`
+- Tag the commit: `git tag x.y.z`
+- Push the tag: `git push --tags`
42
+- Publish to NPM: `npm publish`
0 commit comments