release-drafter.yml 45 workflow runs Bump home-assistant/builder from 2024.08.1 to 2024.08.2 (#276) Release Drafter#176:Commitca9ca93pushed byfrenck master August 26, 2024 15:1728s Bump home-assistant/builder from 2024.03.5 to 2024.08.1 (#275) ...
For example, take the following.github/release-drafter.ymlfile in a repository: template:|## What’s Changed$CHANGES As pull requests are merged, a draft release is kept up-to-date listing the changes, ready to publish when you’re ready: ...
Default: release-drafter.yml # with: # config-name: my-config.yml # disable-autolabeler: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} If you're unable to use GitHub Actions, you can use the Release Drafter GitHub App. Please refer to the Release Drafter GitHub App documentation...
10 changes: 3 additions & 7 deletions 10 .github/workflows/release-drafter.yml Original file line numberDiff line numberDiff line change @@ -5,13 +5,9 @@ on: # branches to consider in the event; optional, defaults to all branches: - main # pull_request event is required only for ...
steps: - uses: release-drafter/release-drafter@v6 with: config-name: release-drafter-memory.yml config-name: release-drafter-mockstorage.yml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 0 comments on commit 58d9dd4 Please sign in to comment. Footer...
runs-on: ubuntu-latest steps: - name: 🚀 Run Release Drafter uses: release-drafter/release-drafter@v5.13.0 uses: release-drafter/release-drafter@v5.14.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 0 comments on commit 95df4b7 Please sign in to comment. Footer...
draft-release.yml 14 workflow runs Event Status Branch Actor Bump dist Release Drafter #182: Commit cdbe0f7 pushed by fwal main January 4, 2024 19:18 33s Merge pull request #636 from treastrain/swift-5.9.2 Release Drafter #181: Commit 2f52581 pushed by fwal main January 4,...
- name: Create Release Draft uses: release-drafter/release-drafter@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # - name: tests # run: cargo test 3 changes: 2 additions & 1 deletion 3 .gitignore Original file line numberDiff line numberDiff line change @@ -1,2 +1,3 @@ ...
2 changes: 1 addition & 1 deletion 2 .github/workflows/release-drafter.yml Original file line numberDiff line numberDiff line change @@ -8,6 +8,6 @@ jobs: update_release_draft: runs-on: ubuntu-latest steps: - uses: release-drafter/release-drafter@v5.20.0 - uses: release-drafter/rel...
draft-release: name: Update Draft Release runs-on: ubuntu-latest steps: - uses: actions/checkout@master with: fetch-depth: 0 - uses: actions/setup-python@v5 with: python-version: "3.10" - name: Publish the release notes uses: release-drafter/release-drafter@v6.0.0 env: GITHUB_TOKEN: ...