Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu committed Dec 20, 2022
1 parent ec5a634 commit a77c04e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release (WIP)
name: Publish Release

on :
push :
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
uses : softprops/action-gh-release@v1
with :
draft: false
prerelease: true
prerelease: true # Remove this after testing
body : ${{ steps.release_notes.outputs.release_notes }}
files: |
ktlint/build/run/*
Expand Down
3 changes: 2 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
4. Commit `gradle.properties` and `CHANGELOG.md`.
5. Add a tag with the new release version, and push it to remote. This will kick off the Release workflow.
6. Close and release the repo on Sonatype.
7. Update `gradle.properties` with the new `SNAPSHOT` version, and add a new empty `Unreleased` section to the top of `CHANGELOG.md` and commit.
7. Find the `<release>-update-refs` branch in the repo (created by the `.announce` script) and merge it.
8. Update `gradle.properties` with the new `SNAPSHOT` version, and add a new empty `Unreleased` section to the top of `CHANGELOG.md` and commit.

0 comments on commit a77c04e

Please sign in to comment.