Skip to content

Commit

Permalink
Fixed issue with Release-It release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Eforen committed Sep 12, 2022
1 parent bb81a0b commit b3b39d6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"git": {
"commitMessage": "Release v${version}",
"requireBranch": "master",
"tagName": "v${version}",
"tagName": "${version}",
"tagAnnotation": "Release v${version}"
},
"npm": {
Expand All @@ -22,7 +22,7 @@
"styles.css"
],
"release": true,
"releaseName": "${version}"
"releaseName": "v${version}"
},
"plugins": {
"@release-it/bumper": {
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ Sections are used under each version as follows:

## [Unreleased]

* Fixed issue with Release-It config
- Added documentation for the release process.
- Added beta versions (via [BRAT]).
- Added notifications for some failures.
- Added CHANGELOG.
- Added `Open New Zettel on Creation` checkbox on Model screen
- Added new command `New Child Zettel Note (Don't Open)` same as `New Child Zettel Note` but defaults `Open New Zettel on Creation` to false
- Added new command `New Sibling Zettel Note (Don't Open)` same as `New Sibling Zettel Note` but defaults `Open New Zettel on Creation` to false

### Fixed
- Fixed [BUG] Weird Static Space Behavior with Create Child/Sibling Selection #32
- Fixed [BUG] On Create Sibling or Child Note, link to child or sibling incorrect #24
- Fixed [BUG] Weird space added when making link to zettle
#30
- Add zettel command wasn't working.
- Titles were set to `# \n\n` by default when user didn't provide a title.
- Ignore filter for getting zettels was configured incorrectly.
## [1.1.3] - 2022-09-12
* Fixed issue with Release-It config
## [1.1.2] - 2022-09-12
Expand Down

0 comments on commit b3b39d6

Please sign in to comment.