Skip to content

Commit 0f67ad2

Browse files
authored
build: link release notes to aignostics/python-sdk [skip:ci] (#354)
1 parent 58c1710 commit 0f67ad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
rm -rf ./test-results/coverage_html
208208
gh release create ${{ github.ref_name }} ./dist/* ./dist_native_zipped/* ./test-results/* ./audit-results/* \
209209
--notes-file ${{ steps.git-cliff.outputs.changelog }}
210-
210+
211211
- name: Create GitHub release (no test results)
212212
if: |
213213
(contains(inputs.commit_message, 'skip:test:all')) ||

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ footer = """
540540
trim = true
541541
# postprocessors
542542
postprocessors = [
543-
{ pattern = '<REPO>', replace = "https://github.com/orhun/git-cliff" }, # replace repository URL
543+
{ pattern = '<REPO>', replace = "https://github.com/aignostics/python-sdk" },
544544
]
545545

546546

0 commit comments

Comments
 (0)