Skip to content

[wp.org release] Combine trunk and tag commits into a single transaction - #276

Open
Biont wants to merge 2 commits into
mainfrom
fix/wporg-combined-commit
Open

[wp.org release] Combine trunk and tag commits into a single transaction#276
Biont wants to merge 2 commits into
mainfrom
fix/wporg-combined-commit

Conversation

@Biont

@Biont Biont commented Aug 19, 2026

Copy link
Copy Markdown
Member

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Bug fix


What is the current behavior? (You can also link to an open issue here)

We observed failures in svn commit that we were able to trace to the two-step commit approach that this workflow employed.


What is the new behavior (if this is a feature change)?

The individual folders for trunk/ and tags/* are prepared locally (depending on UPDATE_TRUNK_ONLY usage) and then pushed in a single transaction


Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

No


Other information

10up/action-wordpress-plugin-deploy#140
10up/action-wordpress-plugin-deploy#170

@Biont
Biont requested a review from a team August 19, 2026 13:28
svn status

- name: Copy trunk to new tag
if: inputs.UPDATE_TRUNK_ONLY == false && inputs.DRY_RUN == false

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I wonder if we can include this into dry run too?

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.

3 participants