Skip to content

Commit

Permalink
Merged origin/main into help-topic-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Nov 9, 2024
2 parents 3e6b431 + 0bd7478 commit 276db09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
uses: 'euberdeveloper/ga-project-version@main'
with:
path: apps/vscode/package.json

- name: Publish GH release
uses: softprops/action-gh-release@v2
with:
name: VSC extension - v$${{ steps.extension-version.outputs.version }}
name: VSC extension - v${{ steps.extension-version.outputs.version }}
tag_name: v${{ steps.extension-version.outputs.version }}-vsix
fail_on_unmatched_files: true
files: ${{ steps.publish_extension.outputs.vsixPath }}
files: ${{ steps.publish_extension.outputs.vsixPath }}
4 changes: 3 additions & 1 deletion apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 1.117.0 (unreleased)
## 1.118.0 (unreleased)

## 1.117.0 (Release on 2024-11-07)

- Fix issue with temp files for LSP request virtual documents (<https://github.com/quarto-dev/quarto/pull/585>)
- Improved statement execution for Python `.qmd` files in Positron (<https://github.com/quarto-dev/quarto/pull/589>)
Expand Down
2 changes: 1 addition & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pandoc",
"quarto"
],
"version": "1.117.0",
"version": "1.118.0",
"repository": {
"type": "git",
"url": "https://github.com/quarto-dev/quarto/tree/main/apps/vscode"
Expand Down

0 comments on commit 276db09

Please sign in to comment.