-
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.
Merge branch 'master' into feature/120-Change-latest-tag-selection-fr…
…om-time-to-semantic # Conflicts: # release_notes_generator/generator.py # release_notes_generator/utils/pull_reuqest_utils.py # tests/test_action_inputs.py # tests/test_release_notes_generator.py
- Loading branch information
Showing
5 changed files
with
78 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## Release Notes: | ||
> Provide a concise summary of changes for the release notes. Include any new features, bug fixes, or other significant updates. Keep it brief and to the point. | ||
## Checklist: | ||
> Ensure the following tasks are completed before submission. | ||
- [ ] My code follows the project style guidelines. | ||
- [ ] I have performed a self-review of my code. | ||
- [ ] I have commented my code, particularly in hard-to-understand areas. | ||
- [ ] I have added tests that prove my fix is effective or my feature works. | ||
- [ ] New and existing tests pass locally with my changes. | ||
- [ ] I have used a code formatting tool to ensure consistent style. | ||
- [ ] I have run a linter to check for code quality issues. | ||
|
||
## Additional Context: | ||
> Add any other context about the pull request here. | ||
--- | ||
> **Note:** Remember to link this PR to the related issue by adding `Fixes #issue_number` to the description above. | ||
Fixes **or** Closes #(issue) |
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 |
---|---|---|
|
@@ -21,6 +21,7 @@ | |
|
||
import logging | ||
import sys | ||
|
||
from typing import Optional | ||
import semver | ||
|
||
|
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