mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 19:48:34 +00:00
* fix(release.yml): add dependencies to release.yml * fix(release.yml): add build to release.yml --------- Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
31 lines
573 B
YAML
31 lines
573 B
YAML
changelog:
|
|
exclude:
|
|
labels:
|
|
- ignore-for-release
|
|
- docs
|
|
- github-actions
|
|
authors:
|
|
- octocat
|
|
categories:
|
|
- title: Breaking Changes 🛠
|
|
labels:
|
|
- Semver-Major
|
|
- breaking-change
|
|
- title: Exciting New Features 🎉
|
|
labels:
|
|
- Semver-Minor
|
|
- enhancement
|
|
- feature
|
|
- title: Bug fixes
|
|
labels:
|
|
- bug
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|
|
- title: Dependencies
|
|
labels:
|
|
- dependencies
|
|
- title: Build
|
|
labels:
|
|
- build
|