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.

Missing tags for released versions

See original GitHub issue

Hi, thanks for all your work on this library!

In an app I’m working on we use an automated tool to keep dependencies up to date (depfu). It always has trouble working out which commits in the compromise repo are actually included in a given version bump, just now between 11.14.2 and 11.14.3. Seems like that’s because a bunch of tags are missing:

$ git tag
10.4.0
10.5.0
10.7.1
11.11.0
11.12.5
11.14.3
11.9.0
6.3.0
6.5.1
6.5.3
8.0.1
v0.0.4
v0.0.6
v0.3.1
v0.3.4
v0.3.5
v0.3.6
v0.3.9
v0.4.0
v0.5.0
v0.5.1
v0.5.2
v1.0.0
v1.1.0
v10.0.0
v4
v7.0.18
v9.0.0
v9.1.0

Would it be possible to get those tags pushed? Thanks in advance 🤗

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
spencermountaincommented, Sep 4, 2019

hey @papandreou i ran this and it seemed to work, there’s 185 releases on github now. happy to reopen if there are some more to do.

thanks zeke!

1reaction
spencermountaincommented, Sep 1, 2019

Wow! Thank you. I’m away for the long weekend, and will run this in Tuesday. Thank you for your help!

On Fri., Aug. 30, 2019, 6:41 p.m. Andreas Lind, notifications@github.com wrote:

going forward, would it be as simple npm publish && git tag vx.x.x?

That works, if you remember to git push origin --tags afterwards. Personally I prefer to create a separate release commit with npm version patch (or minor or major) – that also creates the vx,y,z tag. And then npm publish && git push origin --tags.

Looks like some of those few vx.y.z and x.y.z tags that do exist don’t point at exactly the right commit where the version was bumped. Some of them seem seem to indicate when a specific version was tagged using bower.

I went through the history using a script, and I think I’ve worked it out. If you run these commands in your clone, it should get the missing tags reinstated:

git tag v0.0.3 562d667425cd42132256389fe88d2808f5732cfe git tag -f v0.0.4 43cba4a51e3f632d2686f1c8812e4993d6b130af git tag v0.0.5 3f90c1e4ec3f34c5464ebe0a9f968684a4795494 git tag -f v0.0.6 0e04d243ba30cd683c199a386a43d076556c6857 git tag v0.0.7 42d31ee99cf1fdfd14cf48078da018aafe6f4d3b git tag v0.0.8 0838cb51ace5240ad434e961b0eb91b3878e3bab git tag v0.0.9 fc7ea391a71b819b27d45c100d9c8e13c122eb84 git tag v0.1.0 c71cce4a50f315b0794a6d6954212cb3380c2913 git tag v0.1.1 951b63294b19ce2617b11a04fe014d9f90142c8a git tag v0.1.3 4f1a2cb4777673ff8839f327e6136ff0498afb53 git tag v0.1.4 697d1984b19e61996fdb4ad1e80bb7a64a0e958e git tag v0.2.0 80c2e5379c5dabc828de6c04cbfd8c46bc086130 git tag v0.2.1 6ee5a2cb07bf39661220d84dfa7156b099e91bff git tag v0.2.2 87461811c47113d8122425451245dba40e4eba58 git tag v0.2.3 6c6bb3922860d9fe9718a0a84b6d3464691cb4d7 git tag v0.3.0 6396e9a9b3000f9df606a14b0a0b705650559061 git tag -f v0.3.1 9900747ec742368114fce5cc0d092f4a04248e35 git tag v0.3.2 7b242a48b93a09b81258da5b82a7a31c3e21483e git tag -f v0.3.4 dc2b8e216239af709786cc1a81e0dea0eaee028e git tag -f v0.3.6 72f1d9f1d508e002c9f61baa52d423383a9b6c54 git tag v0.3.7 d6a9088b42f02e01b54e41fa8dae2ed06bbf6064 git tag v0.3.8 0e77bfd86ce865170b05880d4345ca89429650cb git tag -f v0.3.9 da31787ce1f1062447fc02f78115fb1a0ecdcdcb git tag v0.3.10 dde84f4f92d4e5148fd452d54f1e026d5b9a41b2 git tag v1.1.1 73520773d6c35a9bbe7d7dbbbd698aa1e1c0f54c git tag v1.1.2 2572b7bd4b3e8ddafe33e8d49b762ef1d6a2605b git tag v2.0.0 e3e1ae6bc9cc849e5b66758d1f6c6aaaa0521571 git tag v2.0.1 44cee87de20845b21191f2e3f64c9f052f219f38 git tag v2.0.2 157d7579a434bf6f431b3e9b587bce58caf9294c git tag v2.0.3 91f00fac30ea91946536157416b8c9d75f653bf8 git tag v3.0.0 10eadf2c2b63c891bef21eab9cca9b6b0669217b git tag v3.0.1 8c4206778e525dc2282149f9d52bf321c9445aa6 git tag v3.0.2 8783ac78bb1e3a45603f2bba3071451caa7ee477 git tag v3.0.3 cd6089ad21aba27e8a6fdecb03c837204c8f9d91 git tag v3.0.4 aa70552f0dcef8636a22b10197da7091ade3607f git tag v3.0.5 17908ef1abdb1632599a9bfa5760b4feca0c2f23 git tag v3.0.6 11e078ec0d835eda57576d25a54b1ae68e0848de git tag v3.0.7 a953c7939fe94eb452c5563b7da31a654dd3dd52 git tag v3.0.8 e2cff80519631ca15439fdc6662d22157be24519 git tag v3.0.10 2eeeb244a55fcc376d39507bcd0bb087f4bf42e6 git tag v4.0.0 1927aae99f0c126c76719e71c22d31a63dd5a4e0 git tag v4.1.0 db3802d24e1a6d4a929fcc42338fce58580c8d56 git tag v4.1.1 3e2682849527304f9f1ec24b97941a6049dad003 git tag v4.1.2 fa221c5d18dc32973959251980abdf0fa9f61bf7 git tag v4.1.3 71ad8956bed3c7cc23476b21441cd589322a7864 git tag v4.1.4 8d94753ebc2f67c859f67ca5f5d6b2df66901a81 git tag v4.2.0 cdc66b02e58abd24d86750d2a7cd5e434285b381 git tag v4.2.1 893b2b2f4c34f155e0041f32e93c2c4058ca9802 git tag v4.2.2 090803fc3f532ce2fbe8f6589fd6dbe24d49c7ff git tag v4.2.3 1b8c14ce0d37dc7e2c82c6dcf42ee51fb37d3437 git tag v4.2.4 126fcb915eef89f61b57d79f146599e6f08f25ab git tag v4.3.0 2a33afab8b6ab23cb871c4b3f169ed5905ce19ca git tag v4.3.1 fbac5b1345f69db1bc3906afb7326436f738679d git tag v4.3.2 324e801eeb8bcadf6f4488c59d8b7ccfc1294c13 git tag v4.3.3 5ec64a555cb0fa25ab936d4de94328c244ffd64e git tag v4.3.4 017c5b7ed9ed6d9b3be0e6852dbd5788d2c13052 git tag v4.4.0 37288ac57d9248f977e6c0ba5052bab6ad82b262 git tag v4.5.0 2e657cd4564fc25b5e271d008c1032610e586a33 git tag v4.5.1 78c0ce967eec158ed2efb74a26199c6ef30da334 git tag v4.6.0 c00874360444898a8c94dd2f71d7de0b2633c1af git tag v4.6.1 5e2aaccd48c016f389d1b9a5f65b4070006e7772 git tag v4.6.2 fea2f7bcc084c79892dbfee15dba9f870f2666c7 git tag v4.6.3 53262f4893333f50a353f00a777aca2a38cc29ca git tag v4.7.0 9173b88ab7497562370da99cbc8d6d6bb6e57b8e git tag v4.7.1 df05d14f342f584401bfee2807e1e46e30d79cda git tag v4.8.0 1f41404972c11e748a9323b544394e8437a61e31 git tag v4.8.1 28c2ef2759d40715ccc55a4e26876770ed1280c6 git tag v4.8.2 48dd7c4379f420885fb616517dba4ceed8ba57bf git tag v4.8.3 7ea99f0f8090640a2b71d460dbcca1351067155a git tag v4.9.0 9bf916691c6a59b448449de2edf8cb5a7b231b4b git tag v4.9.1 374c9df0e22ff7eafbcb4bc74a39741916975df1 git tag v4.9.2 e4215e65244324a1674b507f5d23cea52e0c4cc2 git tag v4.10.0 5c908f17b71aa4adb3f5c691efc12fcb1bd73890 git tag v4.10.1 1743dd03722338bbf23bdf2fa49fd7bf8d3efee4 git tag v4.10.2 b78a75684fb0287ad89557962d582b954def7de8 git tag v4.10.3 85cc78a3cbc9b033285e8a024840de332c0ba18c git tag v4.10.4 a8cc14be6019f672ba256eb361ac193af9a67b57 git tag v4.10.5 0cf09cfb3a79aaa99e15c382d8ee38c4673bbe1d git tag v4.10.6 99613893ff7b8cc3ec5c77d46644b851c0b5a3bc git tag v4.11.0 11a4e8e669f4f571c91873be2b177fdbea5073e8 git tag v4.11.1 edbb70efd79f6f2414bfc5d6984cb3f01071e0f2 git tag v4.12.0 148d52ca3d25330ec879ab7a5aed46c67f401284 git tag v4.12.1 15cd042eecbd35784f78f21c0ae8aeb27f3c7edd git tag v5.0.0 9bbe9eca3df0a7a18fdf284ec20870a76ee06dd3 git tag v5.0.1 c9c4e31fe69ba4d5a2eed5e24eb693c4f2660e12 git tag v5.1.0 9bcb83895e28a2b8162d38323b8a25aefb211570 git tag v5.2.0 c3e0ab1b4ec42d0e074e762d759bcf0bdafd14ad git tag v6.0.0 e5ba7193094736ddf5e6ce23bd321e43a5923b99 git tag v6.0.1 c4f2bb1cb0bde2027583c3a1b419c17f25bcb035 git tag v6.1.0 c2a6bfb1f2b39356528e711f47ed1598dd083b7c git tag v6.1.1 6e639f9f5c3eb61e5bd826437fd4b1472ef14f3d git tag v6.1.2 c3e3e3f8488be9995f8f92208a1d9f4b974437be git tag v6.3.1 16163c7bdc28ecedb481736c41cfa0d5833a3513 git tag v6.4.0 200a910d4663a21201e93438a8a5938ca3321979 git tag v6.4.1 7ac0cab1ec8d038164f053a59768be4c53c54860 git tag v6.4.2 ffa2405fc95d50aecf7f4dd5f2f9761f2cf82317 git tag v6.4.3 44b7e372904c6d17e8fb587b823b6b77d4227365 git tag v6.4.4 73352ab5b3c92e2428a1bdd23c921ff2326f1c71 git tag v6.4.5 3af5f0f8459c36345cd491b9e59344d5051efef6 git tag v6.4.6 20e34d80b5d7dc1ca1fcdc63f0e7c0c85da89ca6 git tag v6.4.7 783aa4a1c9b0ede0a4e36ab1be1ddca699b2b748 git tag v6.4.8 a65c54a0e925361c8621d913cdccdc07e319f7ea git tag v6.5.0 69ee03266ec096e0ddd7720dcd0e472962991a08 git tag v6.5.1 a7c5423d8e1cdfcebf94d6e876a3864fe8dec1e9 git tag v6.5.2 a72a63f5b8616c0e862282141ae9c2df89eb1c5d git tag v6.5.3 994c61750b725eb8508b417472a422b17293ef10 git tag v7.0.17 da6b2a254df9a5f34f210bb05947e43e85d61a29 git tag v7.0.19 e5072af8b18ad507ca9f9572b08274adfc219c3d git tag v7.0.20 8c0c334647144eef178959bbbfacfc935d89e0ad git tag v7.0.21 694e48c92a4bcab321a2d6a81e562f32084ae66e git tag v7.0.22 f2823801f466686ebe2980b490435d912bb1b37d git tag v7.0.23 a4bf2e8107fef1d37ffe31be648f1e16ac6af456 git tag v7.0.24 bdc213d406d11e3c85197765d46b9a2fcc715f51 git tag v7.0.25 8a684f498e7ad0ea34e05fa4051c6d7231706fb9 git tag v7.0.26 a95b7bcde28a61c949bf0e61cc2829dcc10903ba git tag v7.0.27 57c3bcac71edaab69156d34e07db70b4415ee0db git tag v7.0.28 b253ce2fa79cbd5a5060daab950b9fd227639d7b git tag v8.0.0 a3d5f2fb9177aa96725f8a54c6dbdee21d34baaa git tag v8.0.1 4a77e42a26a6cd2b9462362617e27e497cc82a2c git tag v8.0.2 59437a97654a0cda5c68a5595f59b83bbb117c4a git tag v8.1.0 b07fb29120e4aa6c67fb0c8548873dfd0fe9240e git tag v8.2.0 8f18b70c29c0fc0b6dcd862dd8d7f8e6623ab633 git tag -f v9.0.0 feb8a086f1e006fefcdef1ef4fb3d0a0e6349534 git tag -f v9.1.0 8dca91b4a38478ba50fec2a797ee33e9f41391a9 git tag v10.0.0 f687c53f45a420de4271517e9a81e2171a5b67ef git tag v10.0.1 05ac912d48e14b9e360bdda42643b60a171bf7b2 git tag v10.1.0 2f9dadb257f6ce01f38e89a2dac7e05db58b3a9b git tag v10.2.0 e08480c81f5a0119bbf97bd67f02dbcab4570c83 git tag v10.2.1 fb813efa8eeaa7a7c0206bb6f7610a1cccde2487 git tag v10.2.2 18f5d89b7a52c4977bcabed5da77efb431ca3512 git tag v10.3.0 4d6adf7ca5ebd4ce362981b63ce17c1b384b136a git tag v10.3.1 9a05e0bb31bf2113bbe053201573b614b0cdf522 git tag v10.4.0 f81342aedbc6113d8f5c78fdac862653b39fa3c4 git tag v10.4.1 6d6840d9ebe0c3038466eb49f48b1d855e1456cc git tag v10.4.2 4c3ac6237db84aa1e3805d9ce73042eeb70f5f58 git tag v10.5.0 ad0daf8d6058f5f713c7916020059d72cd1c8c4b git tag v10.5.1 3e130e60d5c3ebc82d76409ce5a4bb4265e9f59f git tag v10.6.1 9e621ae96cd94df5f13fd02c0e5d57ba15be0896 git tag v10.7.0 2978cd424fee0b522af5903043fc0d2101eeb7ee git tag v10.7.1 e1cb9a7a61d2a1d803f6d87f5c86016112c841ca git tag v10.7.2 f2591ce2946daebb0d53b5af7ab6858625632394 git tag v11.0.0 de5531fb6d8d29a4b97e911bec15a3ed90f5b6de git tag v11.0.1 82a448ad07866fbbdd5fb3597cae157c67d6372a git tag v11.0.2 538c72a5cb0f2e0d61ef2f23c9abd056f7ca60a7 git tag v11.1.0 c9f2a49a137cfe4bb06cb73567144e169d941a04 git tag v11.2.1 c633862ecb3bbedea36ee1ba4851eee49b947830 git tag v11.2.2 eebed21507d3dc0c749b9a1852cf2258078b6e8a git tag v11.2.3 9a66a9f0476df670215841ee8b6fafe86e7aec00 git tag v11.3.0 f7821567ae95308b10124da4c9265ec909d8cc73 git tag v11.4.0 5cc83765d0ee2236fefb57fd2f4c267c6b0e67ab git tag v11.5.0 af579d7b62a8132b369ebd34d7aa6f90869d3d09 git tag v11.5.1 dd0da416c268c9e8a29aa224c83a24ab1f560e98 git tag v11.5.2 7e25903068fc86700fef182ba3d33212e897dc55 git tag v11.5.3 f2e7d41a804c961ca46998959709a5ea62a6d940 git tag v11.6.0 f27b9241b32d831a5e7e9ec31887b3dd090ba850 git tag v11.7.0 fd7de08b582a3ee310a6b79d2f82502b51de7274 git tag v11.8.0 4c3f649243244094de4329cd5e339bf127a91858 git tag v11.9.0 2ed9d988ba204a95c85d5e3282d04cee6b04a8a8 git tag v11.9.1 c8ec8a2417e99ef7a8988ea47c846f2d2c72e3f9 git tag -f v11.10.0 f73f150fad0b2830b9b255086dccd37a6d2b260a git tag v11.10.1 1b81ac4977795b7b4c6f489cf617781b9915e2d8 git tag v11.11.0 de152cb78fa6b17d86a2e32d6d3cdfddfa59944d git tag v11.12.0 38b428e3f7d576a489f9bc820ec2fdac4d1a0229 git tag v11.12.1 d2276a59bebd860c8e3ee7bd785129c685e967f2 git tag v11.12.2 12ee20d89ca678d96ea1e36781ecc6a839bc5c9f git tag v11.12.3 95da24fc27f32ac1640e7743678a78fae3e48119 git tag v11.12.4 e08acc883bf1613243f6589c1849dafd4b06ed04 git tag v11.12.5 0fc1b73a77e3b361f2e7e08c0a6f70e3b9de4649 git tag v11.12.6 accb4cc30f11e82eed01d6271da9d3f6f1955b49 git tag v11.13.0 8c0325c55b1eea17fd1b069d427d16a7f8e9d029 git tag v11.13.1 caf4e484a4f56518d5caeadccea990a54d614975 git tag v11.13.2 526b1cab28a45ccbb430fbf2824db420acd587cf git tag v11.14.0 0ad9437b323a21ce4e36aef5effb087a946f80bd git tag v11.14.1 f40881aa450cb74ca85ee8ad662e10915531aada git tag v11.14.2 3c0e8ee697cc25d26685b698bd90d84b39d6d1f1 git tag v11.14.3 d0ff8f932f6d2eec6d4190ab8129c884f81930e6 git tag -d 10.4.0 git tag -d 10.5.0 git tag -d 10.7.1 git tag -d 11.11.0 git tag -d 11.12.5 git tag -d 11.14.3 git tag -d 11.9.0 git tag -d 6.3.0 git tag -d 6.5.1 git tag -d 6.5.3 git tag -d 8.0.1 git push origin :v0.0.4 :v0.0.6 :v0.3.1 :v0.3.4 :v0.3.6 :v0.3.9 :v9.0.0 :v9.1.0 :v10.0.0 :10.4.0 :10.5.0 :10.7.1 :11.11.0 :11.12.5 :11.14.3 :11.9.0 :6.3.0 :6.5.1 :6.5.3 :8.0.1 git push origin --tags

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/spencermountain/compromise/issues/619?email_source=notifications&email_token=AADBSKJNQGMZJBVGSM4ZBMTQHGOZDA5CNFSM4ISK3WBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5S6CIY#issuecomment-526770467, or mute the thread https://github.com/notifications/unsubscribe-auth/AADBSKLGLGZEH7N5DZ6V7PTQHGOZDANCNFSM4ISK3WBA .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Release notes start from a tag that doesn't have a release #8381
Release notes start from a tag that doesn't have a release. ... Should we be creating GitHub pre-releases for the "missing" tags?
Read more >
Missing Git version tag on GitHub release - Sublime Forum
When updating a package with Package Control, I notice that the Git tag applied to the release on GitHub does not appear on...
Read more >
Git tags have disappeared - Stack Overflow
A tag is nothing but a permanent name for one particular commit. ... Your tags have not disappeared: they are simply on another...
Read more >
Tagged a new release for Composer and it won't show up on ...
Delete the version attribute from composer.​​ Both of the previous examples show you the most common reason for missing releases: A package ...
Read more >
Developers - Create release tags for all missing select2 versions -
Create release tags for all missing select2 versions. select2-rails. 08 January 2020 Posted by OpenCoderX. See More. View in GitHub. SOLVE ISSUE.
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