Skip to content

Commit

Permalink
Merge pull request #18 from datafusion-contrib/ci/releases
Browse files Browse the repository at this point in the history
ci: switch to release-plz
  • Loading branch information
timvw committed Apr 23, 2024
2 parents 099c4b8 + e731a05 commit a998aea
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 134 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/draft_release.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/publish_artifacts.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/published_release.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Release-plz

permissions:
pull-requests: write
contents: write

on:
push:
branches:
- main
workflow_dispatch:

jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit a998aea

Please sign in to comment.