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.

git tags are missing for releases

See original GitHub issue

I’m having difficulty correlating npm releases with the code the release came from. This project isn’t tagging releases:

Please start tagging your releases, and if you can retro-tag the early releases, that would be helpful.

I strongly recommend using slt-release from https://github.com/strongloop/strong-tools#slt-release, it is used by APIConnect, and it will give you consistent conventional releases, with changelogs, git tags, formatted commit messages, etc.

node-ibm_db (master u=) % npm info ibm_db .versions
 
[ '0.0.1',
  '0.0.2',
  '0.0.3',
  '0.0.5',
  '0.0.6',
  '0.0.8',
  '0.0.9',
  '0.0.10',
  '0.0.11',
  '0.0.12',
  '0.0.13',
  '0.0.14',
  '0.0.15',
  '0.0.16',
  '0.0.17',
  '0.0.18',
  '0.0.19',
  '1.0.0',
  '1.0.1',
  '1.0.2' ]

node-ibm_db (master u=) % git tg
bd0f0c1a3bed37d5d9be60fb559457c677df25cd refs/tags/1.0.0
878b1029ee303764a0b3b6b959482c5adbabe221 refs/tags/v-0.0.1
48092f543ab82cc70c3f967ab943206073fa8748 refs/tags/v-0.0.2
343ab89179bd75c22e2f4e2023cdd7f268a9e22b refs/tags/v-0.0.3

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
ibmdbcommented, Feb 2, 2017

@gibfahn Will do it from next releases. Thanks.

0reactions
bimalkjhacommented, Feb 22, 2017

Released ibm_db@2.0.0 with proper git-tag. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git tags have disappeared - Stack Overflow
Your tags have not disappeared: they are on your branch v0. 1.1 . If you run git log from your branch master ,...
Read more >
Not all new git tags are listed as release #6237 - GitHub
A quick and dirty trick to make missing tags (the ones that were pushed while Gitea was actually broken) appear as Releases :...
Read more >
Git - Tagging - Git SCM
A lightweight tag is very much like a branch that doesn't change — it's just a pointer to a specific commit. Annotated tags,...
Read more >
Adding release notes to created tag doesn't display tag name
Navigate to Repository -> Tags , click New tag . · Give the tag any name, optionally add a message, but do not...
Read more >
[Retention]Lightweight git tags disappearing despite no one ...
So when a Build pipeline triggers a Release pipeline, the git tags are still there .But when a Build pipeline doesn't trigger any...
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