Skip to content

Commit

Permalink
Cleanup and ready for merge with Developer branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Egeberg Hansen committed Sep 25, 2023
1 parent 5dcda56 commit b07c334
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/DeployExtension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ on:
branches:
- 'main'
paths:
- 'vs code extension/**'
- 'vs-code-extension/**'

name: Deploy Extension
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./vs code extension
working-directory: ./vs-code-extension
environment: production
steps:
- uses: actions/checkout@v2
Expand All @@ -24,4 +24,4 @@ jobs:
with:
pat: ${{ secrets.VS_CODE_EXTENTION_SECRET }}
registryUrl: https://marketplace.visualstudio.com
packagePath: ./vs code extension
packagePath: ./vs-code-extension
2 changes: 1 addition & 1 deletion .github/workflows/VSCodeBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./vs code extension
working-directory: ./vs-code-extension
environment: production
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions vs-code-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

All notable changes to the "cobol-unit-test" extension will be documented in this file. Versioning according to SemVer: https://semver.org/
## [0.4.2] 21.09.2023
- Using VScode build in Testing control framwork
- Removed Cobol Check view in view container

## [0.4.1] 16.05.2023
- Now using COBOL Check version 0.2.8

Expand Down

0 comments on commit b07c334

Please sign in to comment.