feat: Add basic logic for changelog generation (#923)
This commit is contained in:
committed by
GitHub
parent
8f7046e1e9
commit
6c4a7ddfcc
2
.github/workflows/apps.release.yaml
vendored
2
.github/workflows/apps.release.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
concurrency: gitpush
|
||||
container:
|
||||
image: ghcr.io/truecharts/truecharts-release:v1.0.0
|
||||
image: ghcr.io/truecharts/truecharts-release:v1.2.0
|
||||
steps:
|
||||
- name: Cache helm repo cache
|
||||
id: cache
|
||||
|
||||
2
.github/workflows/apps.test.yaml
vendored
2
.github/workflows/apps.test.yaml
vendored
@@ -196,7 +196,7 @@ jobs:
|
||||
release-test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/truecharts/truecharts-release:v1.0.0
|
||||
image: ghcr.io/truecharts/truecharts-release:v1.2.0
|
||||
steps:
|
||||
- name: Cache helm repo cache
|
||||
id: cache
|
||||
|
||||
Reference in New Issue
Block a user