AbsaOSS / AbsaOSS/generate-release-notes

Adding optional parameter - create annotated git tag

オープン
#332 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Python
スター
13
フォーク
0
平均マージ
6時間 50分
マージ済み PR(30日)
7

説明

### Feature Description

Currently, with the newest version of `v1.3.2`, the Release Notes Generator does assume that the Git Tag already exists. If it does not exist, the action fails.

The way we solved this is that we explicitly create the Git Tag one step before the Release Notes Generator - but this is logically so close to the RN generator workflow, that it could be part of it - configurable by user.

### Problem / Opportunity

Every CI action involving RN Generator must have a git tag creation there. Since this is used on almost every repository, our CI files could be slightly simpler - reducing git tag creation code.

### Acceptance Criteria

The RN generator contains 1 optional parameter, maybe boolean `tag-creation` or something like that.
* If it's `true`, then it will be created (and if it exists already maybe it should just emit warning).
* If `false` then it should not create tag and it should fail loudly.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。