Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
chore: remove some ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrus1 committed Jun 1, 2023
1 parent 7f7c800 commit 074c25b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 23 deletions.
25 changes: 4 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,23 +101,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

sentry:
runs-on: ubuntu-latest
needs: [build]
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: sourcepawn-lsp
with:
environment: production
version: ${{ github.event.release.name }}

edit-release:
runs-on: ubuntu-latest
needs: [build]
Expand Down Expand Up @@ -147,7 +130,7 @@ jobs:
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
args: --allow-dirty
# - uses: katyo/publish-crates@v1
# with:
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
# args: --allow-dirty
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Release Notes

## [0.10.10]

### Fixed

- Fixed resolving references for too many files (this can improve parsing times by 300%).
- Improved method resolution to use the AST instead of primitive text parsing.
- Removed dangerous unwraps.

## [0.10.9]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
[package]
name = "sourcepawn_lsp"
version = "0.10.9"
version = "0.10.10"
edition = "2021"
description = "Language Server implemention for the SourcePawn programming language."
license = "GPL-3.0"
Expand Down

0 comments on commit 074c25b

Please sign in to comment.