Skip to content

Commit

Permalink
Update release_process.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Jul 27, 2018
1 parent b4cff17 commit cc15948
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wiki/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

:warning: This document is for the development team not the users of InversifyJS.

To create a new release you must:
:warning: You need to do this fast because nothing can be merged to master during the release. If something is merged into master you will need to start again from step 2.

1. Logging in npm using your CLI. Instructions can be found [here](https://npme.npmjs.com/docs/cli/configuration.html#logging-in).
:warning: Prerequisite: Logging in npm using your CLI. Instructions can be found [here](https://npme.npmjs.com/docs/cli/configuration.html#logging-in).

1. Increse [the version number](https://github.com/inversify/InversifyJS/blob/master/package.json#L3) in the `package.json` file in the master branch.
To create a new release, you must:

1. Increase [the version number](https://github.com/inversify/InversifyJS/blob/master/package.json#L3) in the `package.json` file in the master branch.

2. Create a [new release tag in GitHub](https://github.com/inversify/InversifyJS/releases/new). The name of the release and the tag should be the version number used in the `package.json` file during the previous step.

Expand All @@ -17,4 +19,3 @@ To create a new release you must:
5. Install dependencies with `npm install`.

6. Publish release with `npm run publish-please`.

0 comments on commit cc15948

Please sign in to comment.