We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd1a53 commit 6f537d5Copy full SHA for 6f537d5
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/projectsyn/commodore-component-template.git",
3
- "commit": "956a1b342ed680b02b1fb1b646dc5d4c640e2028",
+ "commit": "fc8ae18a6798d5b232442630883e5ec9b8636d09",
4
"checkout": "main",
5
"context": {
6
"cookiecutter": {
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
fetch-depth: "0"
14
- name: Build changelog from PRs with labels
15
id: build_changelog
16
- uses: mikepenz/release-changelog-builder-action@v3
+ uses: mikepenz/release-changelog-builder-action@v4
17
with:
18
configuration: ".github/changelog-configuration.json"
19
# PreReleases still get a changelog, but the next full release gets a diff since the last full release,
0 commit comments