Skip to content

Commit

Permalink
Add documentation about releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jun 14, 2018
1 parent 2573988 commit bd95ea9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v1.16.18
* Add documentation about releasing

## v1.16.17
* [jshint] don't let config changes leak

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,11 @@ To compress PNGs and SVGs in the current directory and its subdirectories, two c
## Wishlist

* only upload things which have changed (this could be a separate mode - e.g. `update` vs `configure`)

# Releasing

1. bump version number in `package.json`
2. `npm install` to update `package-lock.json`
3. `npm run generate-changelog` to update `CHANGELOG.md`
4. `npm run release`
5. try to work out how you can commit the CHANGELOG including the change that includes the CHANGELOG update before you run the release script
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medic-conf",
"version": "1.16.17",
"version": "1.16.18",
"description": "Configure Medic Mobile deployments",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bd95ea9

Please sign in to comment.