From 7c8b7a1762b60199704936694fd81b6c005f67c2 Mon Sep 17 00:00:00 2001 From: Fynn Feldpausch Date: Mon, 29 Jan 2024 21:59:33 +0100 Subject: [PATCH] fix: trigger new release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf7eb297..9983b5d6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ alias pnt='pnpm run test' ## Release -### Creating a new version +### Creating a new version via CI (recommended) The entire release process is automated via Google's [release please](https://github.com/googleapis/release-please) action. Release Please automates `CHANGELOG` generation, the creation of GitHub releases, and version bumps for all projects of the monorepo. As of now, the version numbers of all projects are kept in sync. That means that releasing a new version will increase the version of every project, even if the project has not been changed.