From 54bf3c0200d38ef1cef839bfa0742ebb9bb6ace4 Mon Sep 17 00:00:00 2001 From: Paul Dingemans Date: Thu, 6 Jun 2024 18:44:23 +0200 Subject: [PATCH] Set version to 1.3.1-SNAPSHOT (#2687) --- RELEASING.md | 13 ------------- gradle.properties | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 4a7e0fe6be..5148f8faa2 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -22,16 +22,3 @@ Note: These steps should be done directly in the pinterest/ktlint repository, no 13. Verify that the published documentation does not contain broken links with [Broken Link Checker Tool](https://www.deadlinkchecker.com/website-dead-link-checker.asp). 14. Announce release on Ktlint Slack channel but wait with doing so until sonatype release is closed by Pinterest. 15. Update `gradle.properties` with the new `SNAPSHOT` version -16. [[NOT DONE AFTER RELEASE 1.2.0 AS TRY-OUT. DECIDE ON NEXT RELEASE TO REMOVE PERMANENTLY OR RESTORE]], and add the section below to the top of `CHANGELOG.md` and commit. (This can be done directly in the main repo or in your fork.) -```markdown -## [Unreleased] - -### Added - -### Removed - -### Fixed - -### Changed -``` -Note: the heading "[Unreleased]" may not be changed as this will result in incorrect release notes being extracted from the 'changelog.md' file. diff --git a/gradle.properties b/gradle.properties index f91cdca42d..cd1a4d6699 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.3.0 +VERSION_NAME=1.3.1-SNAPSHOT POM_GROUP_ID=com.pinterest.ktlint POM_DESCRIPTION=An anti-bikeshedding Kotlin linter with built-in formatter.