📝 Announce deprecation of the master branch

From now on, the default repository branch is `unstable/v1`.

Resolves #83
This commit is contained in:
Sviatoslav Sydorenko 2022-07-25 17:25:08 +02:00
parent 37f50c210e
commit 1bbe3c9926
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 9345E8FEA89CA455

View file

@ -8,6 +8,13 @@ This text suggests a minimalistic usage overview. For more detailed
walkthrough check out the [PyPA guide].
## 🌇 `master` branch sunset ❗
The `master` branch version has been sunset. Please, change the GitHub
Action version you use from `master` to `release/v1` or use an exact
tag, or a full Git commit SHA.
## Usage
To use the action add the following step to your workflow file (e.g.