Skip to content

Commit d2538dc

Browse files
author
marc0l92
committed
Update documentation
1 parent 0eda425 commit d2538dc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

DEVELOP.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-sear
3333

3434
## Publish new release
3535

36-
- Make sure test are running `npm run test`
36+
- Make sure test are running: `npm run test`
3737
- Define the new version to use x.y.z
38-
- Run `npm run version x.y.z`
38+
- Run: `npm run version x.y.z`
3939
- Commit and push the file modified
40-
- Tag the commit `git tag x.y.z`
41-
- Push the tag `git push --tags`
40+
- Tag the commit: `git tag x.y.z`
41+
- Push the tag: `git push --tags`
42+
- Publish to NPM: `npm publish`

0 commit comments

Comments
 (0)