File: DEVELOPER.md

package info (click to toggle)
postgresql-hll 2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,724 kB
  • sloc: ansic: 2,805; sql: 2,161; cpp: 201; makefile: 22; sh: 1
file content (14 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Cutting a new release
---------------------

**NOTE:** This assumes you've run the tests and they pass.

1. Increase the version number.
    * [ ] Introduce `hll--<old>--<new>.sql`.
    * [ ] Change `CHANGELOG.md`.
    * [ ] Change `hll.control`.
    * [ ] Change `Makefile`.
    * [ ] Change `README.md`
    * [ ] Change `setup.sql` and `setup.out`
2. Commit changes and open a PR.
3. Tag the commit on master after the PR is merged. 'vX.Y.Z' is the name format.