Skip to content

Commit 73f5b31

Browse files
committed
chore(release): release desktop app v0.13.3
1 parent ca0cfe7 commit 73f5b31

File tree

5 files changed

+66
-156
lines changed

5 files changed

+66
-156
lines changed

.github/workflows/cli-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "::set-output name=VALID_TAG::$IS_VALID_TAG"
6464
6565
- name: If valid tag set
66-
if: steps.validator.outputs.VALID_TAG == 1
66+
if: steps.validatocr.outputs.VALID_TAG == 1
6767
run: |
6868
echo "Valid Tag - Releasing..."
6969

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [0.13.2](https://github.com/Noovolari/leapp/compare/v0.13.1...v0.13.2) (2022-08-02)
5+
### [0.13.3](https://github.com/Noovolari/leapp/compare/v0.13.2...v0.13.3) (2022-08-08)
6+
7+
### Features
8+
9+
* added feature to copy web-console URL [#296](https://github.com/Noovolari/leapp/issues/296) PR: [#306](https://github.com/Noovolari/leapp/pull/306)
10+
11+
### Bug Fixes
12+
13+
* fixed a bug that entered in CLI interactive mode when running with flags and prevented some commands to work properly [#301](https://github.com/Noovolari/leapp/issues/301) [#259](https://github.com/Noovolari/leapp/issues/259)
14+
* fixed permissions required for running Leapp on Windows. Now it will run with the same permissions as the user using Leapp PR: [#307](https://github.com/Noovolari/leapp/pull/307)
15+
16+
A special **“thank you”** to **Sami Oksanen** ([@c-sami](https://github.com/c-sami)), who made 3 PRs this week!
17+
18+
### [0.13.2](https://github.com/Noovolari/leapp/compare/v0.13.1...v0.13.2) (2022-08-02)
619

720
### Bug Fixes
821
* changed TPS limit introduced in the solution for AWS SSO TooManyRequest error [#281](https://github.com/Noovolari/leapp/issues/281) [#308](https://github.com/Noovolari/leapp/issues/308)

0 commit comments

Comments
 (0)