-
Updated
Oct 11, 2021 - JavaScript
github-releases
Here are 155 public repositories matching this topic...
-
Updated
Nov 25, 2021 - TypeScript
-
Updated
Nov 30, 2021
-
Updated
Sep 7, 2020 - Go
-
Updated
Oct 22, 2021 - Go
-
Updated
Nov 26, 2021 - Go
-
Updated
Sep 6, 2021 - TeX
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Sep 24, 2021 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Aug 16, 2020 - Shell
-
Updated
Jul 15, 2021 - Go
-
Updated
Nov 15, 2021 - Shell
-
Updated
Nov 1, 2021 - Go
🚀 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.
Motivation
The issue is that no matter what the differences of the two objects is, t
skip npm
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
-
Updated
Dec 1, 2021 - JavaScript
-
Updated
Sep 30, 2019 - JavaScript
-
Updated
Jul 22, 2021 - Python
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Oct 13, 2019 - Shell
-
Updated
Apr 7, 2018 - Go
-
Updated
May 25, 2021 - C#
Bug in rendering
the profiles.join(',') fucks for some reason.
It renders @tunnckoCore, [object Object], [object Object], [object Object], [object Object].
That not make any sense... but yea.
-
Updated
Dec 1, 2021 - TypeScript
-
Updated
Nov 17, 2021 - Python
Improve this page
Add a description, image, and links to the github-releases topic page so that developers can more easily learn about it.
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."
We have a workflow where we want do generate the release notes only from pull requests and mention the pull request author. I have found no way to do this yet...