Documentation unclear on how the github-release command works
See original GitHub issueI 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:
- Created a year ago
- Comments:12 (10 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is now released as part of scriv 0.16.0.
I added more explanation in 4f1ceca7bd283484d3f12a6dbc5feb953ec1be2e.