Set publish channel depending on the plugin version, i.e. 1.0.0-beta -> beta channel

This commit is contained in:
Jakub Chrzanowski
2020-07-06 14:27:26 +02:00
committed by Jakub Chrzanowski
parent d467a21aeb
commit 74dc4e3edb
3 changed files with 9 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
# IntelliJ Platform Plugin Template Changelog
## [Unreleased]
### Added
- Set publish channel depending on the plugin version, i.e. `1.0.0-beta` -> `beta` channel
### Changed
- Update `org.jetbrains.changelog` dependency to `v0.3.3`