Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ jobs:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: python
package-name: nyxus
# Use the manifest config so release-please honors bump-minor-pre-major
# (0.x breaking changes -> minor, not a jump to 1.0.0). release-type/
# package-name live in release-please-config.json; passing them inline put
# v4 on the non-manifest path and silently ignored the config.
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

- name: Checkout code
if: ${{ steps.release.outputs.release_created }}
Expand Down
Loading