Skip to content

Commit

Permalink
Oops: forgot to bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
jreyesr committed Mar 20, 2023
1 parent c1f3310 commit 7274ad0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@ On the plugin dialog (see the image below), you should:
9. GOTO 6
10. Update the package version in `package.json`.
11. When done, submit a PR and merge it. The CD should pick it up, compile a package and upload it to NPM.

## Releasing

1. Ensure that the package version in `package.json` has been bumped.
2. Make all required commits, ensure that `master` has the code.
3. Create a Github Release, tag it like the version in `package.json`.
4. The CD runner should create the release and publish it.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": {
"url": "https://github.com/jreyesr/insomnia-plugin-batch-requests"
},
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "jreyesr",
"url": "https://github.com/jreyesr"
Expand Down

0 comments on commit 7274ad0

Please sign in to comment.