Skip to content
#

github-releases

Here are 165 public repositories matching this topic...

conor909
conor909 commented Feb 16, 2021

🚀 Feature Proposal

When publishing we do a deep check on a clean "git status" object, and check it against the actual result of git.status on the path to the project we provide.

here:
https://github.com/fastify/releasify/blob/52ffba89a71f259601930656e241805d9a66c1a7/lib/commands/publish.js#L76

Motivation

The issue is that no matter what the differences of the two objects is, t

good first issue
fregante
fregante commented Feb 23, 2021

https://github.com/actions/upload-release-asset can be used to attach files to releases, but it takes an "upload url" as parameter.

release-with-changelog should output this URL as well: https://docs.github.com/en/rest/reference/repos#upload-a-release-asset

Apparently it can be generated easily with just the release ID, which this action already has access to

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the github-releases topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the github-releases topic, visit your repo's landing page and select "manage topics."

Learn more