Skip to content

Commit d65d8a0

Browse files
authored
Merge pull request #1296 from IntersectMBO/mgalazyn/chore/bump-herald
Bump herald to 0.1.2.0 and herald-release action to 0.0.2.0
2 parents 019c9a1 + 227848e commit d65d8a0

4 files changed

Lines changed: 42 additions & 29 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
project: cardano-api
2+
3+
pr: 1296
4+
5+
kind:
6+
- maintenance
7+
8+
description: |
9+
Updated the herald changelog tooling to herald 0.2.0.0.
10+
The herald-validate action in check-pr-changelog.yml was bumped to herald-validate-0.0.1.1 and the herald-release action in release.yml to herald-release-0.0.3.0; both now default to herald 0.2.0.0, so no explicit `herald-ref` override is needed.
11+
The cardano-dev flake input was updated so the dev shell also provides herald 0.2.0.0.
12+
Note that herald 0.2.0.0 requires an explicit version choice for `herald batch`: pass `--version` or `--auto-version` (preview with `--dry-run`).
13+
Release PRs now include copy-paste CHaP submission instructions (herald-release's chap-instructions input is enabled).

.github/workflows/check-pr-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
extra_nix_config: |
2828
accept-flake-config = true
2929
30-
- uses: input-output-hk/cardano-dev/actions/herald-validate@herald-validate-0.0.1.0
30+
- uses: input-output-hk/cardano-dev/actions/herald-validate@herald-validate-0.0.1.1

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
extra_nix_config: |
4040
accept-flake-config = true
4141
42-
- uses: input-output-hk/cardano-dev/actions/herald-release@herald-release-0.0.1.0
42+
- uses: input-output-hk/cardano-dev/actions/herald-release@herald-release-0.0.3.0
4343
with:
4444
package: ${{ inputs.package }}
4545
version: ${{ inputs.version }}
4646
base-branch: ${{ inputs.branch || github.ref_name }}
47+
chap-instructions: true

flake.lock

Lines changed: 26 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)