We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed535c commit cd517eaCopy full SHA for cd517ea
.github/workflows/release.yaml
@@ -4,12 +4,12 @@ on:
4
push:
5
branches:
6
- master
7
- - release-**
8
pull_request:
9
10
- - '**'
+ - master
11
release:
12
- types: [published]
+ types:
+ - published
13
14
jobs:
15
README.md
@@ -14,3 +14,8 @@ Code style is enforced with pre-commit. To use :
pip install pre-commit
pre-commit install
16
```
17
+
18
+releases
19
+--------
20
21
+To make realeses, create a github release with tag name of format `vX.Y.Z` (optionally `vX.Y.Z-R`)
0 commit comments