Skip to content

Commit

Permalink
chore: automate semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
azhar22k committed Aug 5, 2024
1 parent bb4d039 commit 529a513
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Semantic release
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
Release:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: python
token: ${{ secrets.GIT_TOKEN }}
target-branch: main
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ dmypy.json

# Pyre type checker
.pyre/

.vscode/

0 comments on commit 529a513

Please sign in to comment.