Skip to content

Commit

Permalink
build: introduce release-please
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Lippert <[email protected]>
  • Loading branch information
lippoliv committed Jul 24, 2024
1 parent e2c3503 commit 468179a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Release please

on:
push:
branches:
- 'main'

permissions:
contents: write
pull-requests: write

jobs:
release-job:
runs-on: ubuntu-latest

steps:
- name: Check out the repo
uses: actions/checkout@v4

- name: Release with release-please
uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee #4.1.1
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: simple
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.0

0 comments on commit 468179a

Please sign in to comment.