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 7ee0a36 + 33cc53b commit 23f4587Copy full SHA for 23f4587
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/projectsyn/commodore-component-template.git",
3
- "commit": "e19c98ad519b11c3e0c5b7440f4d5ee939972036",
+ "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