File: RELEASING.md

package info (click to toggle)
python-mapbox-earcut 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: cpp: 692; python: 81; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# Releasing a new version

1. Update CHANGELOG.md
2. Update VERSION in setup.py
3. `git tag`
4. `git push --tags`