Skip to content

Commit

Permalink
docs: converts CHANGELOG rst => md and adds the release-please workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johentsch committed Jan 16, 2024
1 parent f408de3 commit 04e26cb
Show file tree
Hide file tree
Showing 4 changed files with 972 additions and 814 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: python
package-name: dimcat
changelog-path: docs/CHANGELOG.md
Loading

0 comments on commit 04e26cb

Please sign in to comment.