-
Notifications
You must be signed in to change notification settings - Fork 62
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
Track releases in GitHub issues! #190
Comments
Bump with some additional comments: I think that for each package release we should raise issues in https://github.com/apache/cordova/issues. Track all package release issues in one place, no more change for collision in GH issue numbers, etc. An example where this went wrong: apache/cordova-docs#886 (comment) / apache/cordova-docs#886 (comment) |
Are issues for releases really necessary? |
Any pointers how to use milestones? Also JIRA numbers made it relatively easy to reference issue number in git and svn commits. Any ideas how we can do this with milestones? |
Best start here: https://help.github.com/articles/creating-and-editing-milestones-for-issues-and-pull-requests/
Why do or did we need this? What is the benefit vs. just using the version number or the release we are working on? |
Using numbered issues makes it easier to track discussions if necessary. Maybe this is not really needed. If we use release number, and which component is not obvious somewhere, I think we should be sure to also use the component name. This point may sound obvious but I think it should not be forgotten. |
Each pull request or issue has a number on GitHub. They also have unique cross platform names that are generated on pasting a link to one.
Outside of a repo, versions (or milestones) have to be prefixed with the package, yes. |
The documented procedure is to use JIRA issues when publishing tools, platforms, or plugins releases. Now that GitHub issues are enabled
I would much rather track release items thereand we cannot raise new JIRA issues, we are now forced to track release items in GitHub issues. I think we should check impact on areas such as:Apache svn commit messagescordova-doc pull requestsThe text was updated successfully, but these errors were encountered: