Skip to content

Commit

Permalink
Merge pull request #22 from ZeitOnline/release-please-yourself
Browse files Browse the repository at this point in the history
feat(release): set up "release-please" for future releases
  • Loading branch information
witsch authored Dec 18, 2024
2 parents 10148ca + b55aadd commit bcc5b0a
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 118 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/changelog-version.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/git-describe.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/git-tag.yaml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Release
on:
workflow_dispatch:
push:
branches:
- 'main'
concurrency:
group: release
cancel-in-progress: true
jobs:
release-please:
name: Release please
runs-on: zon-ubuntu-general-dind
permissions:
contents: write
pull-requests: write
steps:
- name: Release please
uses: googleapis/release-please-action@v4
36 changes: 0 additions & 36 deletions .github/workflows/set-images.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.18.0"
}
10 changes: 10 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "095f279e82a56b4b8d49b8ab614ce347fb7b5e93",
"packages": {
".": {
"release-type": "simple",
"include-v-in-tag": false
}
}
}

0 comments on commit bcc5b0a

Please sign in to comment.