This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
forked from gopasspw/gopass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cleanup] Stop requiring RELEASE_NOTES (gopasspw#2580)
Do not require a RELEASE_NOTES tag anymore. Instead attempt to extract the changelog from the subject line or omit the commit silently. Signed-off-by: Dominik Schulz <[email protected]>
- Loading branch information
1 parent
449117d
commit e7d8782
Showing
2 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,20 +32,17 @@ will try to clarify it. | |
|
||
* Add tests relevant to the fixed bug or new feature. | ||
|
||
* Commit messages must contain both a [Developer Certificate of Origin](https://developercertificate.org/) / `Signed-off-by` line and a `RELEASE_NOTES=` entry, for example: | ||
* Commit messages must contain [Developer Certificate of Origin](https://developercertificate.org/) / `Signed-off-by` line, for example: | ||
|
||
One line description of commit | ||
|
||
More detailed description of commit, if needed. | ||
|
||
RELEASE_NOTES=[TAG] Description for release notes. | ||
|
||
Signed-off-by: Your Name <[email protected]> | ||
|
||
* The first line of the commit message, the subject line, should be prefix with a tag indicating the type of the change. These tags will be extracted and used to populate the changelog. | ||
Valid `[TAG]`s are `[BREAKING]`, `[BUGFIX]`, `[CLEANUP]`, `[DEPRECATION]`, | ||
`[DOCUMENTATION]`, `[ENHANCEMENT]`, `[FEATURE]`, `[TESTING]`, and `[UX]`. | ||
Trivial changes should have no tag and the description `n/a`, i.e. | ||
`RELEASE_NOTES=n/a`. | ||
|
||
## Building & Testing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters