mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-19 17:59:03 +00:00
feat: Release GitHub action (#1078)
* feat: add release-please.yml * feat: add release-please.yml --------- Co-authored-by: Pablo Orgaz <pablo@Pablos-MacBook-Pro.local>
This commit is contained in:
parent
3ad1da019b
commit
b7450911b2
19
.github/workflows/release-please.yml
vendored
Normal file
19
.github/workflows/release-please.yml
vendored
Normal file
@ -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
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -1,8 +1,9 @@
|
||||
name: Tests
|
||||
name: tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
|
0
CHANGELOG.md
Normal file
0
CHANGELOG.md
Normal file
1
version.txt
Normal file
1
version.txt
Normal file
@ -0,0 +1 @@
|
||||
0.0.1
|
Loading…
Reference in New Issue
Block a user