Skip to content

Commit

Permalink
chore: deploy and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed Sep 4, 2024
1 parent b48cec4 commit f730cdd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,9 @@ jobs:
- release
- release-vsix
steps:
- run: gh release edit $VERSION --draft=false
- run: ./.hacking/scripts/convert_release_to_not_draft.sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ github.event.release.tag_name }}
update-homebrew-formula:
name: Update Homebrew Formula
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .hacking/scripts/convert_release_to_not_draft.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VERSION="v$(grep "^version" Cargo.toml | awk -F '"' '{print $2}')"
echo "VERSION: $VERSION"

gh release edit "$VERSION" --draft=false
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.15.4"
version = "0.15.5"
repository = "https://github.com/quarylabs/sqruff"
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions editors/code/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/quarylabs/sqruff.git"
},
"publisher": "Quary",
"version": "0.15.4",
"version": "0.15.5",
"engines": {
"vscode": "^1.92.0"
},
Expand Down

0 comments on commit f730cdd

Please sign in to comment.