Skip to content

Commit

Permalink
Merge pull request #429 from muno92/tagpr-from-1.9.2
Browse files Browse the repository at this point in the history
Release for 1.9.3
  • Loading branch information
muno92 authored Nov 19, 2023
2 parents f5296e4 + cf7064d commit b139be1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Commit compiled code
run: |
git config --local user.name 'github-actions[bot]'
git config --local user.mail 'github-actions[bot]@users.noreply.github.com'
git config --local user.mail '41898282+github-actions[bot]@users.noreply.github.com'
git diff --exit-code --quiet || (git add . && git commit -m 'Compile' && git push origin ${{ fromJSON(needs.tagpr.outputs.pull_request).head.ref }})
e2e_test:
needs: package
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.9.3](https://github.com/muno92/resharper_inspectcode/compare/1.9.2...1.9.3) - 2023-11-19
- Add support .NET 8 by @muno92 in https://github.com/muno92/resharper_inspectcode/pull/428

## [1.9.2](https://github.com/muno92/resharper_inspectcode/compare/1.9.1...1.9.2) - 2023-11-13
- Update dependency prettier to v3.1.0 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/425

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
@@ -1,6 +1,6 @@
{
"name": "resharper_inspectcode",
"version": "1.9.2",
"version": "1.9.3",
"private": true,
"description": "Run ReSharper Inspection action",
"main": "lib/main.js",
Expand Down

0 comments on commit b139be1

Please sign in to comment.