Skip to content

ci: Automate GitHub release on tags#194

Merged
Naruto merged 5 commits into
developfrom
feature/github-release-automation
Jun 19, 2026
Merged

ci: Automate GitHub release on tags#194
Naruto merged 5 commits into
developfrom
feature/github-release-automation

Conversation

@Naruto

@Naruto Naruto commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

概要

リリース作業自動化のため、タグ(v*)のPush時に自動でGitHub Release (Draft) を作成し、成果物のZIPファイル( ssplayer-godot-extension-4.6.zip )をアタッチする仕組みを extension.yml に追加しました。

変更点

  • トリガーに push: tags: - 'v*' を追加しました
  • ワークフローレベルの環境変数 GODOT_VERSION を定義し、タグPushで inputs が無い場合のフォールバック(4.6)を用意しました
  • アーティファクトを addons/ フォルダごとZIP化するステップを追加しました
  • softprops/action-gh-release@v2 を導入し、自動でReleaseを作成・ZIPをアップロード・リリースノートを自動生成するステップを追加しました

@Naruto Naruto force-pushed the feature/github-release-automation branch from 16ccae4 to afacb81 Compare June 19, 2026 16:44
@Naruto Naruto merged commit 19721c0 into develop Jun 19, 2026
0 of 2 checks passed
@Naruto Naruto deleted the feature/github-release-automation branch June 19, 2026 16:59
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.

1 participant