blob: d55cc67e8927d9505790049f29e163bc405a17f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
This project is developed internally at RT Specialty / LoVullo.
Publishing New Versions
=======================
To build and publish a new version on NPM:
- Bump version in configure.ac
- Test:
$ ./autogen.sh && ./configure && make
- Tag version with 'v' prefix
- Create tarball:
$ make dist
- Publish:
$ npm publish liza-VERSION.tar.gz
If you have a personal account on NPM, you may use that; otherwise,
use the `lovullo' account.
|