Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 2m/arch-pkgbuild-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.21
Choose a base ref
...
head repository: 2m/arch-pkgbuild-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/main
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 2, 2024

  1. Bump release-drafter/release-drafter from 5 to 6

    Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6.
    - [Release notes](https://github.com/release-drafter/release-drafter/releases)
    - [Commits](release-drafter/release-drafter@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: release-drafter/release-drafter
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    25025bb View commit details
  2. Merge pull request #53 from 2m/dependabot/github_actions/release-draf…

    …ter/release-drafter-6
    
    Bump release-drafter/release-drafter from 5 to 6
    mergify[bot] authored Feb 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    80b7d28 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/release-drafter.yml
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# Drafts next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}