1
0
Fork 0

README.hacking: Version is auto-generated now

master
Mike Gerwitz 2018-02-06 15:15:55 -05:00 committed by Jeffrey Fisher
parent 9ae544fcbd
commit 5843801120
1 changed files with 3 additions and 2 deletions

View File

@ -5,9 +5,10 @@ Publishing New Versions
======================= =======================
To build and publish a new version on NPM: To build and publish a new version on NPM:
- Bump version in configure.ac - Regenerate `configure' with version information:
$ ./autogen.sh
- Test: - Test:
$ ./autogen.sh && ./configure && make $ ./configure && make
- Tag version with 'v' prefix - Tag version with 'v' prefix
- Create tarball: - Create tarball:
$ make dist $ make dist