Open Andersson007 opened 2 years ago
bot_skip
cc @Ompragash
I would also suggest to change devel
to the latest stable-2.y
branch in CI for all but the latest stable-x
branch in this repository once a new stable-2.y
branch is created in ansible/ansible (same as I did in #413). That will keep maintenance of the non-latest stable branches a lot easier since you no longer have to make newer ansible-core releases happy.
by @felixfontein (and thanks for the comment!)
not sure who is 'maintaining' community.network, but I think #416 #417 #418 should be merged and new 1.x, 2.x and 3.x releases should be made ASAP so that all announcements actually go out also issue #81 needs to be updated maybe it's also better to switch to an easier branching model for community.network, considering that it is very inactive compared to community.general. maybe instead of creating stable-4 soon for the 4.0.0 release we should start releasing the current major version from main (as in c.crypto, c.docker, c.mysql, ...)?
cc @Ompragash ^
SUMMARY
This is an essence of the Collection Maintainer guidelines.
First of all, subscribe to this repo (the
Watch
button in the upper-right corner).Review issues / pull requests:
Merge approved things (if any questions, ask on Matrix in the
#community:ansible.im
channel):backport-*
labels.major_changes
) frommain
to the current release branch (the lateststable-*
branch).Release (examine the Release guidelines:
main
since the last release in the current release branch - the higheststable-*
branch.Look after CI:
Try to find new maintainers for the whole collection, group of modules and individual modules. Always ask folks (after merging their PRs) for permission to add them in
.github/BOTMETA.yml
. As an example, see the comment.It makes sense to take a look at the community-topics repo from time to time. There can be related topic, for example, https://github.com/ansible-community/community-topics/issues/50.
Regularly read the Collection Maintainer guidelines.
If you need advice, ask in on Matrix in the
#community:ansible.im
channel).