Skip to content

Commit

Permalink
breaking: bump to 1.0.0 with new models
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandreBrg <burgoni@pm.me>
  • Loading branch information
alexandrebrg committed Apr 16, 2023
1 parent b187db1 commit 107c6d5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ autolabeler:
- '/.*(\[docs\]|docs\(.*\):).*/'
- label: 'major'
title:
- '/.*\[breaking\].*/'
- '/.*(\[breaking\]|breaking:).*/'

replacers:
- search: '/\[feat\]/g'
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/clean-cache.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,3 @@ jobs:
id: drafter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

bump_firepilot_version:
needs: [update_release_draft]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Bump version
run: |
sed -i -e 's/^version = .*/version = "${{ needs.update_release_draft.outputs.version }}"/' firepilot/Cargo.toml
- name: Commit changes
run: |
git config --local user.email "125324459+abrgBot@users.noreply.github.com"
git config --local user.name "abrgBot"
git add firepilot/Cargo.toml
git commit -m "[skip ci] Bump firepilot version to ${{ needs.update_release_draft.outputs.version }}"
git push
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @AlexandreBrg

0 comments on commit 107c6d5

Please sign in to comment.