Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.03 KB

File metadata and controls

33 lines (21 loc) · 1.03 KB

Releasing a new version of GuardDog

We're using a tag-based release process, following semantic versioning (semver) conventions.

  1. Bump version in pyproject.toml preferably using poetry version accordingly (patch, minor, major)
  2. Submit a pull-request and merge, this will automatically build and publish accordingly

This will automatically:

  1. Release notes will be automatically generated, re-organize them following the template below, removing any unnecessary section:
### Breaking changes

* Change XYZ by @user (#123)

### New features

* Implement XYZ by @user (#123)
* Implement XYZ by @user (#123)

### Bug fixes and improvements

* Fix XYZ by @user (#123)

### Chores

* Bump XYZ to XYZ