Skip to content

Commit

Permalink
chore(release): no longer creating prereleases (#398)
Browse files Browse the repository at this point in the history
It's nearly 1.0
  • Loading branch information
alexeagle authored Oct 2, 2024
1 parent 32820d8 commit 28486e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
prerelease: true
prerelease: false
# Use GH feature to populate the changelog automatically
generate_release_notes: true
body_path: release_notes.txt
Expand Down

0 comments on commit 28486e5

Please sign in to comment.