Skip to content

Commit

Permalink
Set version to 1.3.1-SNAPSHOT (pinterest#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans authored Jun 6, 2024
1 parent d679de5 commit 54bf3c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 54bf3c0

Please sign in to comment.