github-release and github actions
See original GitHub issueI haven’t tried it yet, but can scriv github-release
work as a github action?
The token can be supplied, but if it needs to be in a netrc file, I assume it has to be written to that file instead of being supplied to the command, right?
Issue Analytics
- State:
- Created a year ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
An Action to create releases via the GitHub Release API
This GitHub Action (written in JavaScript) wraps the GitHub Release API, specifically the Create a Release endpoint, to allow you to leverage GitHub...
Read more >Create a Release and Upload Artifacts with GitHub Actions
The above is what a GitHub release with artifacts looks like. With this release, users of this software can navigate to the releases...
Read more >Tips for automating your GitHub release creation - Sipios
This file will create a GitHub action that you will be able to trigger manually directly from the GitHub Actions tab by clicking...
Read more >Setting up Automated Release Workflow with GitHub Actions
GitHub Actions is a great tool for continuous integration (CI) and ... is how the generated changelog would like on the GitHub Release...
Read more >Create release | Code Cookbook - Michael Currin
GitHub Release Action. link. The docs and functionality are limited compared with the action covered above. Sample: ```yaml name: Create Release.
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
The improved logging is now released as part of scriv 0.17.0.
Ah thanks, that makes sense. I just followed a tutorial and added changes to scriv, but wasn’t aware that I should adjust the version there. Thanks for taking a look.