File: RELEASE.md

package info (click to toggle)
python-djangorestframework-yaml 3.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: python: 483; makefile: 11
file content (16 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# How to create a new release

- Create a new branch.
- Update version on `drf_yaml/__init__.py`.
- Update version on `pyproject.toml`.
- Update CHANGELOG.md
    - Add new version below unreleased
    - Move unreleased to new version
    - Add compare link on the bottom
- Commit
- Push
- Fix any CI issues
- Run `poetry run mike deploy --update-aliases <version> latest --push`
- Merge
- Create github release
- Profit