Skip to content

Commit 286b492

Browse files
chore(deps): update dependency knope to v0.11.0 (#851)
* chore(deps): update dependency knope to v0.11.0 * Update prerelease.yml * Update release-dry-run.yml * Update release.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dylan Anthony <43723790+dbanty@users.noreply.github.com>
1 parent 86a8439 commit 286b492

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
git_commit_gpgsign: true
2525
git_push_gpgsign: false
2626
- name: Install Knope
27-
uses: knope-dev/action@v1
27+
uses: knope-dev/action@v2.0.0
2828
with:
29-
version: 0.9.0
29+
version: 0.11.0
3030
- name: Bump Version & Create GitHub Release
3131
run: knope release --prerelease-label="${{ github.event.inputs.label }}"
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.PAT }}
3434
- name: Install Poetry
3535
run: pip install --upgrade poetry
3636
- name: Push to PyPI
37-
run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_TOKEN }}
37+
run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_TOKEN }}

.github/workflows/release-dry-run.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
- name: Install Knope
17-
uses: knope-dev/action@v1
17+
uses: knope-dev/action@v2.0.0
1818
with:
19-
version: 0.9.0
20-
- run: knope release --dry-run
19+
version: 0.11.0
20+
- run: knope release --dry-run

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
git_commit_gpgsign: true
1919
git_push_gpgsign: false
2020
- name: Install Knope
21-
uses: knope-dev/action@v1
21+
uses: knope-dev/action@v2.0.0
2222
with:
23-
version: 0.9.0
23+
version: 0.11.0
2424
- name: Bump Version & Create GitHub Release
2525
run: knope release
2626
env:

0 commit comments

Comments
 (0)