Skip to content

Commit

Permalink
docs: add release section
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Jul 14, 2020
1 parent 4e2407a commit ee35a87
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@ module.exports = {
presets: ["@bitwala/babel-preset/serverless"],
};
```

### Create a new release

1. Edit the version in the `package.json` file.
2. `git add package.json`.
3. Commit the changes `git commit -m vx.x.x`.
4. Create a new git tag `git tag -a vx.x.x -m vx.x.x`.
5. Run `yarn npm publish` to publish the package to the registry.
6. Push the changes `git push`.

0 comments on commit ee35a87

Please sign in to comment.