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.
2 parents 1cd15a0 + 6c083fa commit 4fc79f7Copy full SHA for 4fc79f7
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/projectsyn/commodore-component-template.git",
3
- "commit": "2ae1bc3383f211eee5f20a963f5ac74725d85d5b",
+ "commit": "510ba6d206ce42b9fe71629cd3939d6042ee115c",
4
"checkout": "main",
5
"context": {
6
"cookiecutter": {
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
fetch-depth: "0"
15
- name: Build changelog from PRs with labels
16
id: build_changelog
17
- uses: mikepenz/release-changelog-builder-action@v4
+ uses: mikepenz/release-changelog-builder-action@v5
18
with:
19
configuration: ".github/changelog-configuration.json"
20
# PreReleases still get a changelog, but the next full release gets a diff since the last full release,
0 commit comments