-
Notifications
You must be signed in to change notification settings - Fork 60.6k
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
Guide to use branches instead of tags for serviceable releases #1413
Conversation
Git tags are not safe to redefine. An existing git clone *does not download tags that are already known* because git assumes that *tags will never be redefined*. As it stood, this doc sounded like it advocated *moving tags*, which can cause lots of confusion in a team with many git clones. With this change, I revise the use of tag/branch terms to make it clear that branches should move and tags should remain static.
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
@AArnott Thanks so much for opening a PR! I'll get this triaged for review ⚡ |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
@janiceilene How long before triage looks at this? |
@AArnott It's triaged and waiting for the team. Thanks for your patience! Our small team is working our way through reviewing all of the amazing contributions ✨ |
Thanks, @janiceilene. I got nervous when the bot threatened to close the issue. |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
👋 Thank you for this contribution! I'm just checking these proposed changes with our support folks. |
Thanks, @martin389. One question/concern I have is whether the GitHub Marketplace will list branches as "versions" that can be selected the way it does for tags. If it doesn't, that seems like a hole to fill. |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
Clearing |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
Status update: Checking with reviewers ❤️ |
Status update: Followed up with reviewers |
Following up on this 👍 |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
Clearing stale status. ⏳ |
Clearing stale status. ⏳ |
Following up on this review 👀 |
👋 @AArnott The devs and product management have gotten back to us, and they would like to keep the existing guidance in place for now, since they are currently looking at additional options on how to improve things in this space. So sorry that we aren’t able to merge this PR, we really appreciate your interest in helping improve the Actions docs! 💛 |
Old versions of JDBC drivers are not compatible with SCRAM authentication, causing a problem when connecting with Timescale Cloud's default settings. Document two potential solutions. Co-authored-by: Lana Brindley <github@lanabrindley.com>
Git tags are not safe to redefine. An existing git clone does not download tags that are already known because git assumes that tags will never be redefined.
As it stood, this doc sounded like it advocated moving tags, which can cause lots of confusion in a team with many git clones.
With this change, I revise the use of tag/branch terms to make it clear that branches should move and tags should remain static.
Why:
What's being changed:
Check off the following: