GorvGoyl / Shortcut-Menu-Bar-VSCode-Extension

Add handy buttons like beautify, show opened files, save, toggle terminal, etc to the editor menu bar in VSCode. You can also create your own buttons with custom commands. VSCode Marketplace link: https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar
https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar
GNU General Public License v3.0
221 stars 44 forks source link

please add tags for the released versions #38

Open GitMensch opened 3 years ago

GitMensch commented 3 years ago

As you likely know you can tag old commits, too, and you can even have the correct date for them like git tag -a v1.2 9fceb02 -m "Message here" and the more in-depth answer on How to tag an older commit in Git? that notes how to tag with the correct date.

And of course: please tag new versions (in an ideal world you can use CI to publish to all market places / vsix registries you like to, by just committing a tag that matches with v[:number:]\.[:number:]\.[:number:].

GorvGoyl commented 3 years ago

Valid point. Will add GH releases from now on.

GitMensch commented 3 years ago

If you agree I'd like to inspect the old versions and post-tag those, too. I'd then add a script here to create the tags which can then be pushed to GH (I think I won't be able to push those but could try that, too).

What do you think? If you are fine with this: just reopen and assign it to me and I'll check for the necessary commands and commit hashes for the versions.

GorvGoyl commented 3 years ago

sure.

GorvGoyl commented 2 years ago

@GitMensch should we close this issue?