Replies: 4 comments
-
Re:
In Scala ecosystem, this is used to bump the versions of the GitHub Actions. |
Beta Was this translation helpful? Give feedback.
-
as for where release-drafter goes, the repos on my hard drive are about equally divided:
|
Beta Was this translation helpful? Give feedback.
-
One is the GitHub actions workflow: https://github.com/sbt/sbt-ci-release/blob/main/.github/workflows/release-drafter.yml
You can change the name/location of the release drafter config file in the workflow with: config-name: my-release-drafter-config.yml
# or in a sub-folder of .github
config-name: release-drafts/my-release-drafter-config.yml |
Beta Was this translation helpful? Give feedback.
-
thanks guys |
Beta Was this translation helpful? Give feedback.
-
why are there two
release-drafter.yml
files?why is
dependabot.yml
not underworkflows
?Beta Was this translation helpful? Give feedback.
All reactions