Skip to content

Commit

Permalink
Fix changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer committed Mar 22, 2021
1 parent c482d34 commit 594ab04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]
### Added

### Changed

### Deprecated

### Removed

### Fixed
## [0.3.0]
### Added
- Support for generic open & closed block statements (e.g. cacheinclude cache statements)

### Changed
Expand All @@ -12,7 +22,7 @@
- Simplified comment lexing

### Fixed
- Issue with background indexing of templates (https://github.com/kinglozzer/idea-silverstripe-plugin/issues/3)
- Issue with background indexing of templates (#3)
## [0.2.3]
### Fixed
- Further issues with how $Variables without {} braces were handled
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ intellij {
patchPluginXml {
version = project.version
untilBuild = null
changeNotes({ changelog.getLatest().toHTML() })
changeNotes({ changelog.get(project.version).toHTML() })
}
}

Expand Down

0 comments on commit 594ab04

Please sign in to comment.