Skip to content

Commit 96772ef

Browse files
committed
docs: add releasing section to README
1 parent 8631124 commit 96772ef

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,19 @@ If you were using the plugin directly (copying `unifi.py` to your plugins direct
445445
4. **Remove the old plugin file** from `~/.ansible/plugins/inventory/` or your custom path
446446
5. **Python 3.12+** is now required (was 3.11+)
447447

448+
## Releasing a New Version
449+
450+
1. Bump `version:` in `galaxy.yml`
451+
2. Update `CHANGELOG.md`
452+
3. Commit, tag, and push:
453+
454+
```bash
455+
git tag v1.x.x
456+
git push origin v1.x.x
457+
```
458+
459+
The GitHub Actions workflow will build the collection, publish it to Ansible Galaxy, and create a GitHub Release automatically.
460+
448461
## Contributing
449462

450463
For issues or enhancements, please ensure:

0 commit comments

Comments
 (0)