Create tag in UI without creating release #48462
Replies: 33 comments 5 replies
-
I'd love this so much |
Beta Was this translation helpful? Give feedback.
-
For example, i need to create |
Beta Was this translation helpful? Give feedback.
-
PHP composer/packagist works based on git tags, not having to create a GH release but still being able to push a new version/hotfix of a package without needing a local version of the repository would be brilliant... It's the one feature I'm really missing from BitBucket. |
Beta Was this translation helpful? Give feedback.
-
yes please |
Beta Was this translation helpful? Give feedback.
-
please +1 |
Beta Was this translation helpful? Give feedback.
-
please +1 |
Beta Was this translation helpful? Give feedback.
-
day 575 . Any word? |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Basic feature, definitely +1 |
Beta Was this translation helpful? Give feedback.
-
The ability to create Git tags directly from a repository browser UI, without the requirement of creating a full release, is a fundamental and expected feature for many developers. This functionality, readily available in platforms like Bitbucket and GitLab, streamlines common tagging workflows. Forcing release creation for simple tags adds unnecessary complexity, as tags are frequently used for lightweight versioning, marking specific commits (like hotfixes), or bookmarking key points in project history. Crucially, flexibility in targeting either a branch or a specific commit hash is essential, accommodating scenarios where tagging the tip of a branch isn't desired. A web UI should ideally mirror Git's core capabilities, allowing tagging of any commit, consistent with the command-line interface. A simplified tagging process enhances the developer experience, reducing friction and enabling focus on core tasks. Furthermore, separating tag creation from release management improves accessibility, empowering a broader range of team members, such as testers and documentation writers, to contribute to versioning. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
As a user, I would like to create a Git tag from the repository browser UI without having to create a release.
When creating a tag, I'd like to be able to specify a branch or commit hash as a target for the tag.
This is pretty basic functionality that is available in most other source code management tools. For example:
Beta Was this translation helpful? Give feedback.
All reactions