Skip to content

Commit 3d0b407

Browse files
authored
chore(copier): update from template (#41)
Co-authored-by: liblaf[bot] <184555210+liblaf[bot]@users.noreply.github.com>
1 parent 4fe4533 commit 3d0b407

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is @generated by <https://github.com/liblaf/copier-release>.
22
# DO NOT EDIT!
33
# prettier-ignore
4-
_commit: v0.1.3
4+
_commit: v0.1.4
55
_src_path: gh:liblaf/copier-release
66
release_type: simple

.github/workflows/mega-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
token: ${{ steps.auth.outputs.token }}
4444
- if: success() || failure()
4545
name: Upload Reports
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: mega-linter-reports
4949
path: |-

.github/workflows/release-please.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
ref: ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}
7373
token: ${{ steps.auth.outputs.token }}
7474
fetch-depth: 0
75+
- name: Prettier Manifest
76+
run: npx prettier --write --no-config '.config/release-please/.manifest.json'
7577
- id: tag
7678
name: Get Tag
7779
run: |-
@@ -94,7 +96,7 @@ jobs:
9496
- name: Commit
9597
uses: liblaf/actions/commit@v1
9698
with:
97-
add-options: --verbose 'CHANGELOG.md'
99+
add-options: --verbose '.config/release-please/.manifest.json' 'CHANGELOG.md'
98100
force: true
99101
message: ${{ steps.message.outputs.message }}
100102
ref: ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}

0 commit comments

Comments
 (0)