Skip to content
Snippets Groups Projects

Draft: refactor: update release Makefile, do not create tag, use release branch

Closed Terri Chu requested to merge tchu-update-release into main
2 unresolved threads
2 files
+ 6
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
repositoryUrl: 'git@gitlab.com:gitlab-org/gitlab-elasticsearch-indexer.git'
tagFormat: 'v${version}'
tag: false
branches:
- main
- semantic-release-candidate
plugins:
- - '@semantic-release/commit-analyzer'
- preset: 'conventionalcommits'
Loading