diff --git a/README.md b/README.md index 8cea31c..6717f1d 100644 --- a/README.md +++ b/README.md @@ -221,3 +221,11 @@ These scripts were designed using [this paper] (http://www.rwijk.nl/AboutOracle/ There's a lot of good information about directory structure and general developer workflow so it's definitely worth a read. It should be noted that if you decide to read the paper we have changed the names/functions of the scripts slightly: file-to-apex=install_apex.sql; uninstall-apex=uninstall_apex.sql; and apex-to-file=apexupdate.sh (Except we don't auto-update using subversion in order to leave more user freedom) + +## Developers +To release: + + - update the version in package.json + - tag with matching tag. E.g. `git tag -a v1.3.2` + - deploy to npm repo `npm publish` + diff --git a/package.json b/package.json index 8c22d8d..a9a64de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apex-source-control", - "version": "1.3.1", + "version": "1.3.2", "description": "Scripts for bringing Oracle Application Express apps into source control", "bin": { "apex-source-control": "apex-source-control"