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

Releasing to the plugin directory #1147

Closed
nylen opened this issue Jun 12, 2017 · 0 comments
Closed

Releasing to the plugin directory #1147

nylen opened this issue Jun 12, 2017 · 0 comments

Comments

@nylen
Copy link
Member

nylen commented Jun 12, 2017

After #1025 we should be ready to release the zip file resulting from npm run package-plugin to the plugin directory.

Not covered in that PR: we should make sure that each released version of the plugin has a unique version number in gutenberg.php, and that a git tag is present for each version. For example:

git fetch origin
git checkout origin/master -B master
npm run package-plugin
# upload the plugin to the directory
git tag v0.1.0
git push --tags

Worth considering to automate this tagging and some related checks (create this tag automatically; if there is already a tag for the current version, indicate that the version should be updated).

Is there anything else we need to make sure we do for each released version?

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

No branches or pull requests

2 participants