issues Search Results · repo:diffplug/spotless-changelog language:Java
Filter by
33 results
(92 ms)33 results
indiffplug/spotless-changelog (press backspace or delete to remove)$ ./gradlew --version
------------------------------------------------------------
Gradle 8.12
------------------------------------------------------------
Build time: 2024-12-20 15:46:53 UTC
Revision: ...
enhancement
sdavids
- 5
- Opened on Jan 13
- #55
When I use the same name for both the branch and the tag (e.g., a release branch named release/xxx and a tag named
release/xxx ), the changelogPush task fails.
Output:
Task :changelogCheck
push refs/heads/release/xxx ...
bug
ghilainm
- 1
- Opened on Sep 11, 2024
- #54
As Keep a Changelog described, a good changelog should look like:
## [Unreleased]
## [1.1.1]
### Added
- 1
- 2
### Fixed
- 3
- 4
### Changed
- 5
- 6
## [1.1.0]
...
We can do something like ffurrer2/extract-release-notes ...
Goooler
- Opened on Jul 2, 2024
- #49
Build service ChangelogService is being used by task :changelogCheck without the corresponding declaration via
Task#usesService . This will fail with an error in Gradle 8.0. Declare the association between ...
nedtwigg
- Opened on Mar 13, 2023
- #47
It would be really handy if we were somehow compatible with GitHub merge queue
- https://github.blog/changelog/2023-02-08-pull-request-merge-queue-public-beta/
It s quite a headache in Spotless atm. ...
enhancement
nedtwigg
- 1
- Opened on Feb 10, 2023
- #46
hi All,
I only learned about this gradle plugin today and looks interesting to me. I was trying it out locally and it works
perfectly, but when I run it in jenkins I m getting this error:
Script /data/jenkins_remote/workspace/t-kafka-connect-utilities_master/gradle/release.gradle ...
question
cstmgl
- 8
- Opened on Jan 26, 2023
- #41
I have a CHANGELOG.md with an issue like a missing ## [Unreleased] header
Expected:
./gradlew check fails out of the box with just the plugin added (based on the README).
Actual:
./gradlew check does ...
bug
josephearl
- 2
- Opened on Mar 10, 2022
- #38
I had changes in source code, ran changelogPush, and it tagged a release without first comitting my changes. 👎
bug
nedtwigg
- 1
- Opened on Feb 17, 2022
- #37
I have a multi modue project in gradle.
Ideally, I want to apply the changelog plugin only once - to prevent:
https://github.com/diffplug/spotless-changelog/issues/24
But if I do this, the maven-publish ...
geoHeil
- 1
- Opened on Feb 16, 2022
- #36
Despite a breaking change is correctly detected, the second digit of the x.y.z pattern is updated in the next version.
Maybe it is the expected behaviour, but I don t understand it.
Indeed, as far as ...
question
ghilainm
- 2
- Opened on Jan 12, 2022
- #35

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.