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.

Can you add tags for the releases?

See original GitHub issue

I want to upload this library to the Arch user repository, and to do so it would be practical to have git tags for the releases, or at least for the most current release and future releases. Could you add that?

I.e. run these git commands

git tag -a -m 'Release v0.1.5' v0.1.5 f28ffba
git push --follow-tags

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
trygveaacommented, Apr 15, 2020

Yes, they are specified here:

depends=('python-requests' 'python-colorama')

I’m not sure why they are not listed under “Dependencies” on https://aur.archlinux.org/packages/python-demoji/ though, I’ll have to check that out. My package manager detects the dependencies correctly, so it should work even though they’re not listed on the web page.

0reactions
trygveaacommented, Apr 15, 2020

I had an error with the metadata, the web page lists the dependencies now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

A Tutorial for Tagging Releases in Git - DEV Community ‍ ‍
Tags are a simple aspect of Git, they allow you to identify specific release versions of your code. You can think of a...
Read more >
Managing tags - GitHub Docs
Tags are associated with commits, so you can use a tag to mark an individual point in your repository's history, including a version...
Read more >
Git - Tagging - Git SCM
Annotated Tags​​ The -m specifies a tagging message, which is stored with the tag. If you don't specify a message for an annotated...
Read more >
Github Tags - Tools QA
Yes, releases can be created directly from the tags that are available in your repository. In addition to this, you can also create...
Read more >
Tagging and preparing a Github release
Yes, we can tell people to download the code from the tag we created but releases are, or seem to be, more formal...
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