-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Use a file that starts with a dot in order to not accidentally ad…
…d a new file in the root directory of the repo when the changelog is updated.
- Loading branch information
Showing
3 changed files
with
2 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 |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
- name: Check for unreleased entries in the Changelog | ||
run: python scripts/check_unreleased_changelog_items.py | ||
- name: Copy Changelog to template directory | ||
run: cp CHANGELOG.md python_semantic_release_templates/previous_changelog_for_template.md | ||
run: cp CHANGELOG.md python_semantic_release_templates/.previous_changelog_for_template.md | ||
- name: Python Semantic Release | ||
id: release | ||
uses: python-semantic-release/[email protected] | ||
|
File renamed without changes.
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