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.

Documentation unclear on how the github-release command works

See original GitHub issue

I was trying to use the command scriv github-release to publish a release, but I haven’t been successful. Every time I try, I get this message:

λ scriv github-release
warning: Version 0.1.0 has no tag. No release will be made.

I tried creating tags for version 0.1.0 in three different ways:

git tag 0.1.0
git tag v0.1.0
git tag -a v0.1.0 -m "My annotation here."

None of these seem to work 🤷

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:12 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
nedbatcommented, Jul 24, 2022

This is now released as part of scriv 0.16.0.

0reactions
nedbatcommented, Sep 17, 2022

I added more explanation in 4f1ceca7bd283484d3f12a6dbc5feb953ec1be2e.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing releases in a repository - GitHub Docs
Creating a release · On GitHub.com, navigate to the main page of the repository. · To the right of the list of files,...
Read more >
Automatically generated release notes - GitHub Docs
You can automatically generate release notes for your GitHub releases. ... To work on the release later, click Save draft. Publish release and...
Read more >
release-it/release-it: Automate versioning and ... - GitHub
Release It!. Generic CLI tool to automate versioning and package publishing related tasks: Bump version (in e.g. package.json ); Git commit, tag, push ......
Read more >
Understanding GitHub Actions
In this workflow, GitHub Actions checks out the pushed code, installs the bats testing framework, and runs a basic command to output the...
Read more >
About Git - GitHub Docs
About version control and Git. A version control system, or VCS, tracks the history of changes as people and teams collaborate on projects...
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