Skip to content

Commit 0e829d0

Browse files
authored
docs: update releasing cadence
1 parent 6744d30 commit 0e829d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This file describes various maintenance tasks, relevant for project maintainers
22

33
# Release a new version
44

5-
It currently happens monthly, around the beginning of each month. We don't need to stick to this cadence strictly, the goal is to publish small frequent updates.
5+
It currently happens whenever necessary, there's no agreed cadence. Whenever we see there's an important bug fix or a feature to roll out, or an important dependency update, we release.
66

77
1. Remove `-SNAPSHOT` for version starting from [/github-workflows-kt/build.gradle.kts](https://github.com/typesafegithub/github-workflows-kt/blob/main/github-workflows-kt/build.gradle.kts). By building the whole project with `./gradlew build`, you will learn what other places need to be adjusted. There's one place that needs extra care: in PomBuilding.kt, there's `LATEST_RELASED_LIBRARY_VERSION` - set it to the version you're going to deploy in a minute. Once done, create a commit using this pattern for commit message: `chore: prepare for releasing version <version>`.
88
1. Once CI is green for the newly merged commits, create and push an annotated tag:

0 commit comments

Comments
 (0)