Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Release process update#587

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
SamMorrowDrums merged 4 commits intomainfromrelease-process-update
Jun 26, 2025
Merged

Release process update#587

SamMorrowDrums merged 4 commits intomainfromrelease-process-update
Jun 26, 2025

Conversation

SamMorrowDrums
Copy link
Collaborator

Closes:

@CopilotCopilotAI review requested due to automatic review settingsJune 26, 2025 15:01
@SamMorrowDrumsSamMorrowDrums requested a review froma team as acode ownerJune 26, 2025 15:01
@github-actionsGitHub Actions
Copy link

👋 Hi there!

It looks like this PR is targeting themain branch. To help maintain our development workflow, please change the base reference tonext instead.

If this is a bug fix that requires a patch release __ (e.g., a critical bug that needs to be fixed before the next release), please leave the base branch asmain.__

You can change this by:

  1. Clicking the "Edit" button next to the PR title
  2. Changing the base branch frommain tonext
  3. Clicking "Update pull request"

Thanks for your contribution! 🚀

Copy link
Contributor

@CopilotCopilotAI 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 updates the release process by clarifying contributor instructions and adding new automation workflows for branch synchronization, releasing, and base branch checking.

  • Updates CONTRIBUTING.md to instruct contributors to open pull requests against the next branch.
  • Introduces new GitHub Actions workflows for syncing the next branch with main, automating releases, checking PR base branches, and publishing Docker images.

Reviewed Changes

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

Show a summary per file
FileDescription
CONTRIBUTING.mdAdded instructions to target the next branch when submitting pull requests.
.github/workflows/sync-next-branch.ymlNew workflow to automatically sync the next branch with main daily.
.github/workflows/release.ymlNew automated release workflow including tag validation, branch checks, and PR creation.
.github/workflows/pr-base-check.ymlNew workflow to alert contributors when targeting the main branch instead of next.
.github/workflows/docker-publish.ymlUpdated branch filters to include both main and next for Docker publishing.
Comments suppressed due to low confidence (2)

CONTRIBUTING.md:22

  • [nitpick] The added instruction clearly directs contributors to use the 'next' branch. Consider reviewing the rest of the documentation to ensure all branch references are consistent.
> **Important**: Please open your pull request against the `next` branch, not `main`. The `next` branch is where we integrate new features and changes before they are merged to `main`.

.github/workflows/docker-publish.yml:12

  • With the updated branch filter including 'next', double-check that Docker publish triggers are intended on both branches to avoid unintended deployments.
    branches: ["main", "next"]

@SamMorrowDrumsSamMorrowDrums merged commit5dc5bb7 intomainJun 26, 2025
14 of 16 checks passed
@SamMorrowDrumsSamMorrowDrums deleted the release-process-update branchJune 26, 2025 15:01
SamMorrowDrums added a commit that referenced this pull requestJun 26, 2025
* add a new release workflow* improve release.yml to ensure that the ref is up-to-date* add sync workflow
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@SamMorrowDrums

[8]ページ先頭

©2009-2025 Movatter.jp