Skip to content

Commit

Permalink
commit: chore(release): release v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaux0 committed Mar 15, 2022
1 parent 9d60f41 commit fece4a0
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.3.3](https://github.com/aurelia/vscode-extension/compare/2.3.2...2.3.3) (2022-03-15)


### Bug Fixes

* **core:** Update a file should now correctly update the extension internal logic.
* update uses correct paths to compare ([fab68cd](https://github.com/aurelia/vscode-extension/commit/fab68cd766aca4286f20c490c85f598597206196))


## [2.3.2](https://github.com/aurelia/vscode-extension/compare/2.3.1...2.3.2) (2022-03-13)

**Refactoring**
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,15 +279,21 @@ The extension is in active use by the authors, so you can expect a swift respons
```
# l.
bumb version in package.json
"version": "2.3.2"
npm run changelog
commit: chore(release): release v2.3.2
"version": "2.3.3"
npm i && npm run changelog
commit: chore(release): release v2.3.3
# 2.
git tag -a 2.3.2 -m "v2.3.2"
git tag -a 2.3.3 -m "v2.3.3"
git push --follow-tags
```

### Deleting tag when release failed
```
git tag -d 2.3.3
git push --delete origin 2.3.3
```

### Prerelease
Use odd minor versions

Expand Down
2 changes: 1 addition & 1 deletion client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A VSCode extension for Aurelia",
"author": "AureliaEffect",
"license": "MIT",
"version": "2.3.2",
"version": "2.3.3",
"publisher": "AureliaEffect",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -3,7 +3,7 @@
"description": "A VSCode extension for Aurelia",
"author": "AureliaEffect",
"license": "MIT",
"version": "2.3.2",
"version": "2.3.3",
"repository": {
"type": "git",
"url": "https://github.com/aurelia/vscode-extension"
Expand Down
2 changes: 1 addition & 1 deletion server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A VSCode extension for Aurelia",
"author": "AureliaEffect",
"license": "MIT",
"version": "2.3.2",
"version": "2.3.3",
"repository": {
"type": "git",
"url": "https://github.com/aurelia/vscode-extension"
Expand Down

0 comments on commit fece4a0

Please sign in to comment.