Skip to content

Commit

Permalink
feat: Release GitHub action (#1078)
Browse files Browse the repository at this point in the history
* feat: add release-please.yml

* feat: add release-please.yml

---------

Co-authored-by: Pablo Orgaz <pablo@Pablos-MacBook-Pro.local>
  • Loading branch information
pabloogc and Pablo Orgaz committed Oct 19, 2023
1 parent 3ad1da0 commit b745091
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: release-please

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
version-file: version.txt
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Tests
name: tests

on:
push:
branches: [main]
branches:
- main
pull_request:

concurrency:
Expand Down
Empty file added CHANGELOG.md
Empty file.
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.1

0 comments on commit b745091

Please sign in to comment.