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.