From c0f51eaa4b3af7984be17e5c7fb4fd78a6bc3a6c Mon Sep 17 00:00:00 2001 From: Georg Teufelberger <55834264+tgeorg-ethz@users.noreply.github.com> Date: Wed, 22 May 2024 16:51:55 +0200 Subject: [PATCH] style: Add missing newline in readme (#61) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de57380..730edf0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Changes should be small and atomic. Basically make many small PRs rather than one big one. ⚠️ Note that the `main` branch is protected, all changes have to be made to new branches and then merged via a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) ⚠️ + ⚠️ You will **NOT** be able to push to `main` ⚠️ Whenenever there are unreleased changes on main, `tagpr` will create a new release pull request.