Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kindermax committed Jul 28, 2020
1 parent ce26d3a commit abfef28
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# intellij-lets Changelog

## [Unreleased]
- Empty

## [0.0.4]
### Added
- specified idea-version
### Changed
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,16 @@ Is supports:

---
Plugin based on the [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template).

## Releases

Releases flow:

- add new features to CHANGELOG.md to `[Unreleased]` section
- when ready to update version, go to `gradle.properties` and bump `pluginVersion`
- merge to master
- gitlab action will create a draft release with:
- version from `gradle.properties`
- changelog from `[Unreleased]` section
- when ready - publish draft release
- add new section to CHANGELOG.md with new published version

0 comments on commit abfef28

Please sign in to comment.