Skip to content

Commit

Permalink
Documentation on publishing to Galaxy updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
BGmot committed Nov 12, 2023
1 parent 31787d1 commit bfb62a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/PUBLISHING_TO_GALAXY.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
2. Create new Release pointing to new X.Y.Z tag https://github.com/ansible-collections/community.zabbix/releases
Additional manual steps are required when automatic publish to Ansible Galaxy is not enabled in the repository. This
requires a user who has access to the `community.zabbix` namespace on Ansible Galaxy to publish the build artifact.
requires a user who has access to the `community` namespace on Ansible Galaxy to publish the build artifact.
3. Run the following commands to build and release the new version on Galaxy:
Expand All @@ -38,4 +38,6 @@ requires a user who has access to the `community.zabbix` namespace on Ansible Ga
ansible-galaxy collection publish ./community-zabbix-$VERSION_HERE.tar.gz
```
4. If 3. is not feasible for any reason then create a post in "Get Help" section of Ansible forum https://forum.ansible.com/c/help/6/none so somebody from admins can take a look and see/fix why new version has not been published to Galaxy (e.g. https://forum.ansible.com/t/access-to-collection/2295/4).
After the version is published, verify it exists on the [Zabbix Collection Galaxy page](https://galaxy.ansible.com/community/zabbix).

0 comments on commit bfb62a9

Please sign in to comment.