-
For the integrations, diffx is compiled against particular versions, for example, diffx-scalatest is compiled against scalatest 3.2.10
This can be significant, since scalatest 3.2 has a dependency …
-
This will make life so much easier for new releases: https://github.com/release-drafter/release-drafter
-
I have the configuration files in my default branch (master) with 'develop' specified as branch to trigger the release drafter when merging the PRs:
```
on:
push:
# branches to consider in t…
-
I'm including a screenshot - release drafter has already added a PR that's open and unmerged; my config is as follows:
```
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'…
-
**I think I found a solution to various problems people have been reporting.**
First, let's imagine following use case (A-G are merge commits, X are tags):
```
A B C D F G v…
mkurz updated
2 years ago
-
The workflow release-drafter.yml is referencing action toolmantim/release-drafter using references v5.6.1. However this reference is missing the commit [70eb821099dbcd875c2cba75dad4332d3cf5544d](https…
-
https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/blob/main/.github/release-drafter.yml
-
Dear ml5 community,
I'm submitting a new issue. Please see the details below.
### → Step 1: Describe the issue 📝
> Did you find a bug? Want to suggest an idea for feature?
* This is…
-
I'd like to have multiple configurations of `release-drafter` in order to maintain multiple distinct versions in the same repository.
`release-drafter` does permit configuring a tag prefix, as well…
-
We use a scheme that is pretty common of using the day of a release to tag it.
What work would need to be done to have this happen?