Skip to content

Commit

Permalink
Update from template
Browse files Browse the repository at this point in the history
Template version: main (8840f87)
  • Loading branch information
simu committed Aug 8, 2024
1 parent 81246fd commit 61322e8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/projectsyn/commodore-component-template.git",
"commit": "8b2395f87fd723628a4318f2dfba36519777ec72",
"commit": "8840f87d25d97ce0d4bfed75d40173caaf4100fc",
"checkout": "main",
"context": {
"cookiecutter": {
Expand All @@ -13,6 +13,12 @@
"add_golden": "y",
"add_matrix": "y",
"add_go_unit": "n",
"automerge_patch": "y",
"automerge_patch_v0": "n",
"automerge_patch_regexp_blocklist": "",
"automerge_patch_v0_regexp_allowlist": "",
"automerge_minor_regexp_allowlist": "",
"auto_release": "y",
"copyright_holder": "VSHN AG <[email protected]>",
"copyright_year": "2023",
"github_owner": "vshn",
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Autorelease
on:
pull_request:
types:
- synchronize
- labeled
- unlabeled
- closed

jobs:
create-release-tag:
runs-on: ubuntu-latest
steps:
- name: Create new tag
uses: projectsyn/pr-label-tag-action@v1
with:
trigger: |
Release
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- v*
workflow_dispatch:

jobs:
build:
Expand All @@ -13,7 +14,7 @@ jobs:
fetch-depth: "0"
- name: Build changelog from PRs with labels
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5
with:
configuration: ".github/changelog-configuration.json"
# PreReleases still get a changelog, but the next full release gets a diff since the last full release,
Expand Down

0 comments on commit 61322e8

Please sign in to comment.