Skip to content

Commit ddd4d8d

Browse files
authored
Merge pull request #62 from projectsyn/template-sync
Update from component template
2 parents 2cd1a53 + 6f537d5 commit ddd4d8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
3-
"commit": "956a1b342ed680b02b1fb1b646dc5d4c640e2028",
3+
"commit": "fc8ae18a6798d5b232442630883e5ec9b8636d09",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: "0"
1414
- name: Build changelog from PRs with labels
1515
id: build_changelog
16-
uses: mikepenz/release-changelog-builder-action@v3
16+
uses: mikepenz/release-changelog-builder-action@v4
1717
with:
1818
configuration: ".github/changelog-configuration.json"
1919
# PreReleases still get a changelog, but the next full release gets a diff since the last full release,

0 commit comments

Comments
 (0)