File: RELEASE

package info (click to toggle)
laniakea 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 15,464 kB
  • sloc: javascript: 38,493; python: 21,153; sh: 196; makefile: 129; ansic: 3
file content (23 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Laniakea Release Notes
======================

1. Set variables

NEW_VERSION="0.1.1"

2. Commit changes in Laniakea git:

git commit -a -m "Release version $NEW_VERSION"
git tag -s -f -m "Release $NEW_VERSION" v$NEW_VERSION <gpg password>
git push && git push --tags

3. Wait for GitHub Actions to successfully publish the release

4. Do post release version bump in RELEASE, meson.build, src/laniakea/__init__.py

5. Commit trivial changes:

git commit -a -m "trivial: post release version bump"
git push

6. Announce the new release