Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository management: Add option to perform the legacy patch release #18938

Merged
merged 1 commit into from
Dec 5, 2019

Conversation

gziolo
Copy link
Member

@gziolo gziolo commented Dec 5, 2019

Description

Based on the Stack Overflow thread:

https://stackoverflow.com/questions/24691314/npm-publish-patch-for-earlier-major-version

The idea is to have a way to release a patch for the older major or minor version of packages, with one command:

npm run publish:legacy

This is usually necessary when adding bug fixes or security patches to the earlier versions of WordPress. We are about to run into this issue for WordPress 5.3.1 release:
#18932.

@gziolo gziolo requested a review from youknowriad December 5, 2019 10:47
@gziolo gziolo self-assigned this Dec 5, 2019
@gziolo gziolo added npm Packages Related to npm packages [Type] Project Management Meta-issues related to project management of Gutenberg labels Dec 5, 2019
@gziolo gziolo force-pushed the update/legacy-patch-release branch from 5945fd1 to 53f8107 Compare December 5, 2019 10:57
Copy link
Contributor

@youknowriad youknowriad left a comment

Choose a reason for hiding this comment

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

Thanks

@gziolo gziolo merged commit ad337b8 into master Dec 5, 2019
@gziolo gziolo deleted the update/legacy-patch-release branch December 5, 2019 11:22
@youknowriad youknowriad added this to the Gutenberg 7.1 milestone Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
npm Packages Related to npm packages [Type] Project Management Meta-issues related to project management of Gutenberg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants