Skip to content

Support PR-based version bump#20

Merged
ainame merged 2 commits intomainfrom
pr-based-release
Sep 15, 2025
Merged

Support PR-based version bump#20
ainame merged 2 commits intomainfrom
pr-based-release

Conversation

@ainame
Copy link
Owner

@ainame ainame commented Sep 15, 2025

No description provided.

Copilot AI review requested due to automatic review settings September 15, 2025 01:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR implements a PR-based version bumping workflow that replaces direct tagging with automated tagging after PR merge. The key changes include a refactored release script that creates release branches and PRs, a new auto-tagging script that runs on merge, and updated documentation.

  • Refactored release script to create release branches and PRs instead of direct commits to main
  • Added auto-tagging workflow that triggers after version bump PRs are merged
  • Enhanced documentation with the new release process flow

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
scripts/release.sh Complete refactor to create release branches/PRs with improved validation and Swift toolchain detection
scripts/auto-tag-on-merge.sh New script for automated tagging when version files change on main branch
README.md Added release process documentation explaining the new PR-based workflow
.github/workflows/auto-tag-on-merge.yml New GitHub Actions workflow to trigger auto-tagging on version bump merges

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copilot AI review requested due to automatic review settings September 15, 2025 01:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copilot AI review requested due to automatic review settings September 15, 2025 01:51
@ainame ainame marked this pull request as ready for review September 15, 2025 01:51
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ainame ainame enabled auto-merge (squash) September 15, 2025 01:57
@ainame ainame merged commit 7ce276d into main Sep 15, 2025
1 check passed
@ainame ainame deleted the pr-based-release branch September 15, 2025 01:58
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