commit dc4d8d5a831614d91edaed35a7d8b38f84ae341b
parent 73dca16f3a0c67cb6bd41961c10315a84c7d9da8
Author: Andrew Laack <andrew.laack@imbue.com>
Date: Thu, 12 Feb 2026 17:15:29 -0600
Added final line to release process
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
@@ -63,6 +63,7 @@ Vet is published to PyPI via the `publish-to-pypi.yml` GitHub Actions workflow.
git tag v0.2.0 -m "v0.2.0: Updated XYZ"
git push origin v0.2.0
```
+5. Create a PR for the new branch
6. The `Publish to PyPI` workflow will automatically build and publish the package
7. Merge PR into main.