Skip to content

Commit

Permalink
Prepare the Changelog for proper release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Konafets committed May 25, 2022
1 parent 70f203b commit 93844f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@

## [Unreleased]

### Added

### Changed

### Fixed

### Removed

## [v0.0.1]
### Added
- Infrastructure
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ tasks {

publishPlugin {
dependsOn("patchChangelog")
token.set(System.getenv("ORG_GRADLE_PROJECT_intellijPublishToken"))
token.set(System.getenv("ANTLERS_LANGUAGE_SUPPORT_PUBLISH_TOKEN"))
// pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
Expand Down

0 comments on commit 93844f7

Please sign in to comment.