We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8631124 commit 96772efCopy full SHA for 96772ef
README.md
@@ -445,6 +445,19 @@ If you were using the plugin directly (copying `unifi.py` to your plugins direct
445
4. **Remove the old plugin file** from `~/.ansible/plugins/inventory/` or your custom path
446
5. **Python 3.12+** is now required (was 3.11+)
447
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
461
## Contributing
462
463
For issues or enhancements, please ensure:
0 commit comments