-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
59 additions
and
51 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Santiago Dueñas <sduenas@bitergia.com> | ||
Venu Vardhan Reddy Tekula <venu@bitergia.com> | ||
|
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
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
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2020-03-09 15:36:45.827715 | ||
__version__ = "0.2.0" | ||
# File auto-generated by semverup on 2021-04-06 08:54:29.753189 | ||
__version__ = "0.3.0" |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Release Tools 0.3.0 - (2021-04-06) | ||
|
||
**New features:** | ||
|
||
* Validate content before saving with the changelog tool (#17)\ | ||
When the editor opens with changelog, the user can make mistakes and | ||
produce an invalid entry file. This would break the workflow and | ||
produce error while doing semverup. This feature validates the format | ||
of the yml file and gives info about the errors, if any. This gives an | ||
option to edit the file incase it if has any mistakes, so you need not | ||
create a new entry. | ||
* Recover from the inconsistent state after publish fails (#18)\ | ||
When publish fails, the command leaves the git repository in an | ||
inconsistent state. The author needs to check the status of the | ||
repository manually and then fix everything back to normal. This | ||
feature checks for any possible errors; if it finds any, it informs | ||
about them to the user and rollbacks the operations before it exists. | ||
* Add option to update AUTHORS file content\ | ||
The AUTHORS file has to updated periodically with the names of the | ||
contributors. This has to be done manually. This feature adds the | ||
option `--authors` which allows to update the AUTHORS file with the | ||
names extracted from the unreleased changelog entries. | ||
|
12 changes: 0 additions & 12 deletions
12
releases/unreleased/add-option-to-update-authors-file-content.yml
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
releases/unreleased/recover-from-the-inconsistent-stage-after-publish-fails.yml
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
releases/unreleased/validate-content-before-saving-with-the-changelog-tool.yml
This file was deleted.
Oops, something went wrong.