Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
correct versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cianfoley-nearform committed May 17, 2018
1 parent 4498c27 commit 08adb0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 5.0.1 - May 16, 2018
## 5.1.0 - May 16, 2018
Features, enhancements
- Batch authorization checks on resource/action pairs [commit](https://github.com/nearform/udaru/pull/540)

Expand Down
3 changes: 2 additions & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ We are currently supporting node 6 and 8.
9. For the `udaru-hapi-server` package only, run `npm shrinkwrap`.
10. Run `npm run swagger-gen` to regenerate the Swagger documentation for the Udaru [documentation site][docs-site].
- Run `git add` and `git commit` to commit any version and documentation changes if there are any.
11. Finally, from root, run `lerna publish` and choose the approriate version change type. This will update each package.json of modified packages as appropriate, create a new git commit and tag, and publish updated packages to npm.
11. Finally, from root, log in to npm using `npm login`, run `lerna publish` and choose the approriate version change type. This will update each package.json of modified packages as appropriate, create a new git commit and tag, and publish updated packages to npm.
- Update root package.json to the correct version number and commit
12. Go to the [Github release page][Releases] and hit 'Draft a new release'.
13. Paste the Changelog content for this release and add additional release notes.
14. Choose the tag version and a title matching the release and publish.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "udaru",
"version": "5.0.1",
"version": "5.1.0",
"description": "A policy based authorization module",
"license": "MIT",
"author": "nearForm Ltd",
Expand Down

0 comments on commit 08adb0c

Please sign in to comment.