question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add tags like `v1` etc

See original GitHub issue

Many official GitHub Actions follow this scheme. This allows people to have better control on the action. Using master can break at any time, while using a tag shouldn’t break without updating the major version.

For example https://github.com/actions/setup-node/releases or https://github.com/actions/checkout/releases

BTW I’m not sure how they automate the release process, but I can’t imagine this is done by hand, i.e. recreating the tag manually.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:10
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
XhmikosRcommented, Dec 28, 2021

Nope, there is no v1 tag. The idea is to give people the ability to point to a major version tag without having to update their workflows for each minor/patch version.

0reactions
XhmikosRcommented, Dec 28, 2021

We are talking about the same thing. This action here does not publish semver major tags on each mino/patch release, which is exactly what this issue is about.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Running jobs for a certain tag pattern - GitLab CI/CD
We would like to run a certain job only for a tag that equals a certain variable in our CI.yml. For example and...
Read more >
Update a major git tag · Issue #1515 · semantic-release ...
New feature description. Add the ability, probably a new configuration section, to define whether a major tag should be updated or not. Such...
Read more >
Git Tags: Are They Useful and How to Use Them - Bitband
Usually, a tag is used to mark a release point (v1.0 etc.). Tags can be created and deleted and come in different forms....
Read more >
How to Become a Master of Git Tags | by Maciej Głowacki
Since it's our first working version, let's go with v1. It should be obvious that to add tags we will use git tag...
Read more >
What is git tag, How to create tags & How to checkout git ...
It is usually used to mark release points (eg. v1.0, etc.). ... creating an annotated tag you can add metadata as you have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found