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

enhance - add tag to commit : add auto push checkbox #186

Closed
rbalet opened this issue Sep 26, 2019 · 2 comments
Closed

enhance - add tag to commit : add auto push checkbox #186

rbalet opened this issue Sep 26, 2019 · 2 comments
Assignees
Labels
feature request Feature request nice to have A feature request that is nice to have (lower priority)
Milestone

Comments

@rbalet
Copy link

rbalet commented Sep 26, 2019

Describe the feature that you'd like
For the Add tag to commit it would be useful to have a checkbox, that let us push directly after creating the new tag

It would be here
image

Additional context
Currently, we have to add, and after to push, and sometime person completely forget to do that.
Since CI/CD sometime use those tag to publish automatically a new production or dev version on server, it would help some people not to forget to push it :)

@rbalet rbalet added the feature request Feature request label Sep 26, 2019
@mhutchie
Copy link
Owner

Thanks for raising this feature request, this would definitely be nice to have!

When I implement this:

  • It will be a checkbox if only one remote exists, or a dropdown if multiple remotes exist.
  • I'll add a new extension setting to set the default value of the "push" input.

@mhutchie mhutchie added this to the v1.17.0 milestone Sep 26, 2019
@mhutchie mhutchie added the nice to have A feature request that is nice to have (lower priority) label Sep 26, 2019
mhutchie added a commit that referenced this issue Sep 29, 2019
…sion to push the tag to a remote once it is added.
@mhutchie
Copy link
Owner

This will be available in v1.17.0.

If you'd like to use it before the next release, you can download v1.17.0-beta.2, and install it following the instructions provided here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request nice to have A feature request that is nice to have (lower priority)
Projects
None yet
Development

No branches or pull requests

2 participants