Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeo committed Feb 15, 2023
1 parent e89358b commit f4bd927
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,3 @@ updates:
directory: /
schedule:
interval: daily
- package-ecosystem: docker
directory: /
schedule:
interval: daily
- package-ecosystem: pip
directory: /typegraph
schedule:
interval: daily
- package-ecosystem: pip
directory: /website
schedule:
interval: daily
- package-ecosystem: pip
directory: /examples
schedule:
interval: daily
15 changes: 15 additions & 0 deletions .github/pr-title-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
pull_request:
types:
- opened
- edited
- synchronize
- ready_for_review

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
tag: ${{ github.ref_name }}
makeLatest: false
prerelease: true
draft: true
generateReleaseNotes: true

crates:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Build
uses: actions-rs/cargo@v1
with:
use-cross: false
use-cross: true
command: build
args: "--locked --release --target ${{ matrix.target }}"
- name: Compress
Expand Down

0 comments on commit f4bd927

Please sign in to comment.