Skip to content

Conversation

qryxip
Copy link
Member

@qryxip qryxip commented Apr 1, 2025

内容

(後で書きます)

関連 Issue

その他

@qryxip qryxip force-pushed the pr/build-forbid-preview-versions branch from 98a9d46 to 61e6ead Compare April 1, 2025 15:23
@qryxip qryxip changed the title build: リリース時にバージョンをチェックしプレビュー版はRCとする build: プレリリースのバージョンはbeta以上とする Apr 1, 2025
Comment on lines +146 to +152
check_version:
needs: config
runs-on: ubuntu-latest
steps:
- run: |
version=${{ needs.config.outputs.version }}
[[ "$version" =~ ^([0-9]+)\.([0-9]+)\.([0-9]+)(-(beta|rc)\.[0-9]+)?$ ]]
Copy link
Member

Choose a reason for hiding this comment

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

(ただのコメントです)

configの最初のステップが最後のステップでやってしまってもいいかも?
configが通るといろんなjobが動き始めるので。

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