-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop' into tabris87-patch-1-w…
…orkflows
- Loading branch information
Showing
5 changed files
with
10,827 additions
and
7,454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
npx commitlint --edit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
|
||
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. | ||
|
||
### 0.3.1 (2024-02-28) | ||
|
||
## 0.3.0 (2024-02-26) | ||
|
||
|
||
### Features | ||
|
||
* Refactoring of the code page to contain a folder-like left side drawer ([4f74f3d](https://github.com/ui5-community/ui5-journey-recorder/commit/4f74f3d9d0e75c51e924708ee2d638fe58bb6ba2)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* bad open method string ([5eb7976](https://github.com/ui5-community/ui5-journey-recorder/commit/5eb7976e9e35b0e137fcb82c2712b1a73f3c17c1)) | ||
|
||
## 0.2.0 (2022-10-17) | ||
|
||
|
||
### Features | ||
|
||
* wdi5 code generator ([#17](https://github.com/ui5-community/ui5-journey-recorder/issues/17)) ([51c83ea](https://github.com/ui5-community/ui5-journey-recorder/commit/51c83ea0b6ba6bcced382a827be5250c879aaebd)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
extends: ['@commitlint/config-conventional'], | ||
rules: { | ||
"body-leading-blank": [0] | ||
} | ||
}; |
Oops, something went wrong.