Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.05 KB

RELEASING.md

File metadata and controls

37 lines (22 loc) · 1.05 KB

Releasing a new version of GuardDog

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

  1. Browse to https://github.com/DataDog/guarddog/releases/new
  2. Create a new Git tag, e.g. v1.2.3
image
  1. Auto generate release notes, and 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
  1. Click on "Publish release"

This will automatically: