-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add release tags to plugin subrepos #3
Comments
The benefit is clear. The main challenge is automating the release creation--that must be possible using the GitHub API, yes? |
Basically, it's as simple as tagging a commit & pushing the tag. GitHub adds an entry on the Releases tab for all tags. These automatically provide download links to |
By "automation" I mean automating the release creation so that somebody doesn't have to manually create the releases for each plugin through the GitHub web UI. E.g., the general release process for multi-plugin projects should include creating a release for each plugin so that they are all in sync and consistently released. I would be surprised if this is not possible to do via an Ant script or a bash script, just a matter of figuring it out. |
Better late than never: My git fu has improved dramatically since this issue was first submitted. I'll automate the release tagging. |
If plugin subrepos had release tags, users could download pre-packaged zip files or install plugins using the
dita
command in OT 2.0 directly from GitHub.See https://help.github.com/articles/about-releases.
(example to follow)
The text was updated successfully, but these errors were encountered: