-
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 pull request #146 from paullockaby/minor-updates
fix(deps): updating poetry version and cleaning up docker
- Loading branch information
Showing
5 changed files
with
340 additions
and
296 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
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 |
---|---|---|
|
@@ -40,6 +40,7 @@ jobs: | |
# only run if the other jobs succeed | ||
needs: | ||
- tests | ||
- security | ||
|
||
permissions: | ||
contents: write | ||
|
@@ -55,7 +56,7 @@ jobs: | |
uses: commitizen-tools/[email protected] | ||
with: | ||
changelog: true | ||
changelog_increment_filename: "CHANGELOG.md" | ||
changelog_increment_filename: "changes.md" | ||
git_redirect_stderr: true | ||
increment: ${{ inputs.increment }} | ||
prerelease: ${{ inputs.prerelease }} | ||
|
@@ -66,9 +67,9 @@ jobs: | |
git push origin main --tags | ||
- name: Create release | ||
uses: softprops/action-gh-release@v2.2.0 | ||
uses: softprops/action-gh-release@v2 | ||
with: | ||
body_path: "CHANGELOG.md" | ||
body_path: "changes.md" | ||
tag_name: "v${{ steps.cz.outputs.version }}" | ||
|
||
- run: | | ||
|
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
Oops, something went wrong.