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

Add a new release workflow#578

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

Open
SamMorrowDrums wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromrelease-process-update

Conversation

SamMorrowDrums
Copy link
Collaborator

  • Updates advice to contributors to merge PRs to next branch
  • Adds automation to complain about merging to main.
  • Adds a release publishing workflow

@CopilotCopilotAI review requested due to automatic review settingsJune 25, 2025 10:10
@SamMorrowDrumsSamMorrowDrums requested a review froma team as acode ownerJune 25, 2025 10:10
@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.

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 introduces a structured release workflow, enforces targeting thenext branch for contributions, and extends Docker publishing triggers.

  • Updated contributing guidelines to direct PRs to thenext branch.
  • Added a workflow to block PRs againstmain and prompt authors to switch tonext.
  • Introduced a manual release workflow (.github/workflows/release.yml) for tag validation, rebasing, tagging, PR creation, and a summary.
  • Extendeddocker-publish.yml to run on bothmain andnext branches.

Reviewed Changes

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

FileDescription
CONTRIBUTING.mdAdded admonition and updated PR submission step to targetnext.
.github/workflows/release.ymlNew release workflow for validating inputs, rebasing, tagging, PR creation, and summary.
.github/workflows/pr-base-check.ymlWorkflow to comment on PRs targetingmain, asking to switch tonext.
.github/workflows/docker-publish.ymlExtended Docker publish triggers to include thenext branch.
Comments suppressed due to low confidence (2)

.github/workflows/release.yml:68

  • After successfully rebasingnext ontomain, the workflow never pushes the updatednext branch back to the remote. Add agit push --force-with-lease origin next step to ensure the PR includes the rebased commits.
            echo "rebase-success=true" >> $GITHUB_OUTPUT

.github/workflows/release.yml:134

  • The workflow waits for a draft release to appear but never creates one. Introduce a step (e.g.,gh release create --draft "$TAG") or use an official action to generate the draft release after tagging.
          echo "Waiting for GitHub to create the draft release..."

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

At least 1 approving review is required to merge this pull request.

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