Skip to content

Commit b4d3b0e

Browse files
committed
add README section on releasing
1 parent 58c4808 commit b4d3b0e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,10 @@ ATTRIBUTE attr < (
398398
>>> print(ast.get_repr(optimized_root))
399399
ATTRIBUTE attr < -5.529836140908493
400400
```
401+
402+
## Releasing
403+
404+
To make a new release:
405+
406+
- Go to https://github.com/geopython/pygeofilter/actions/workflows/release.yml
407+
- from the "Run workflow" dropdown on the right, select the branch to base the release on, and specify the new version accordingly (convention is `vx.y.z`, [i.e. v0.4.0])

0 commit comments

Comments
 (0)