generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apparently, the GitHub Actions workflows from the template (see initial commit) require `Unreleased` to always be at the top of the changelog. The failing build failed at command: ./gradlew getChangelog --unreleased --no-header --console=plain -q See field `unreleasedTerm` in class ChangelogPluginExtension Note, that for some reason Gradle 8.1.1 doesn't realize that changes in CHANGELOG.md require throwing away configuration cache. I had to use flag `--no-configuration-cache` locally to convince it to re-run the build properly.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters