Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beicause committed May 27, 2024
1 parent 2602421 commit 3be3ae0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
tags:
- 'v*'

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -32,11 +29,9 @@ jobs:
files: out/vsix/*.vsix

- name: Publish to VS Code Marketplace
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
run: npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

- name: Publish to Open VSX
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
run: npm run deploy_ovsx -p ${{ secrets.OVSX_PAT }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.2.0] 2024-05-27
- add `Call-graph: Max Depth` setting for both incoming and outgoing call graphs.

## [1.1.5] 2024-03-20

- fix .callgraphignore not working in windows
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "call-graph",
"displayName": "Call Graph",
"description": "call graph for vscode",
"version": "1.1.5",
"version": "1.2.0",
"publisher": "LuoZhihao",
"engines": {
"vscode": "^1.65.0"
Expand Down

0 comments on commit 3be3ae0

Please sign in to comment.