Skip to content

Commit

Permalink
Merge pull request #26 from zacharytomlinson/gh-workflows-changelog
Browse files Browse the repository at this point in the history
GitHub Workflows and Changelog
  • Loading branch information
zacharytomlinson authored Feb 25, 2024
2 parents e0eef0c + 8c540c8 commit 94f8b99
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Semantic Release

on:
push:
branches:
- master

jobs:
release:
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 94f8b99

Please sign in to comment.