Skip to content

Commit

Permalink
fix(ci): cant type, changelog cleaned
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Jun 5, 2024
1 parent 65bb22c commit 5441d59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:

- name: Exit if latest commit is release commit
run: |
if git log -1 --pretty=%B | grep -q "chore(release): prepare release for"; then
if git log -1 --pretty=%B | grep -q "chore(release): prepare for"; then
echo "Latest commit is a release commit, exiting..."
exit 0
fi
Expand Down
30 changes: 0 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
## v0.4.9

### ⚙️ Miscellaneous Tasks

- *(relase)* Prepare for v0.4.8

## v0.4.8

### 🐛 Bug Fixes

- *(ci)* Use deploy key because one action cant trigger the next :(
- *(ci)* Release workflow uses normal bot user to not cause a loop
- *(ci)* Release workflow should not remove old and add new tag

### ⚙️ Miscellaneous Tasks

- *(relase)* Prepare for v0.4.8

## v0.4.9

### ⚙️ Miscellaneous Tasks

- *(relase)* Prepare for v0.4.8

## v0.4.8

### 🐛 Bug Fixes
Expand All @@ -34,12 +10,6 @@

- *(relase)* Prepare for v0.4.8

## v0.4.8

### 🐛 Bug Fixes

- *(ci)* Use deploy key because one action cant trigger the next :(

## v0.4.6

* Bump serde from 1.0.200 to 1.0.201
Expand Down

0 comments on commit 5441d59

Please sign in to comment.