Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Releaseの作成時点でprerelease: true #67

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

qryxip
Copy link
Member

@qryxip qryxip commented Dec 31, 2024

内容

現在、ワークフローの最後のリリースノートの書き込みのときにリリースがprereleaseになるようになっている。

- name: Update release notes
if: env.RELEASE == 'true'
uses: softprops/action-gh-release@v2
with:
body_path: release-notes.md
prerelease: true

しかし、最初にリリースが作られる段階ではprereleaseではないようなので、最初からprereleaseになるようにする。

関連 Issue

スクリーンショット・動画など

その他

@qryxip qryxip requested a review from Hiroshiba December 31, 2024 12:46
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@qryxip qryxip merged commit 7bdaa66 into VOICEVOX:main Dec 31, 2024
2 checks passed
@qryxip qryxip deleted the fix-prerelease-true branch December 31, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants