Post release tasks for 4.9.2
Closed this issue · 0 comments
wazuhci commented
Description
This issue attempts to track the steps necessary to complete post-release maintenance tasks for 4.9.2.
The goal is to complete the following tasks, each task must have a PR associated with this issue.
The branches must follow the naming: merge-<ORIGIN_BRANCH>-into-<DESTINATION_BRANCH>
. For example, merge-4.9.2-into-4.10.0
.
Tasks
- Merge branch
4.9.2
into branch4.10.0
. - Merge branch
4.10.0
into branch4.10.1
. - Merge branch
4.10.1
into branch4.10.2
. - Merge branch
4.10.2
into branchmaster
. - Publish GitHub release as latest.
- Delete all stage pre-releases for 4.9.2 (https://github.com/wazuh/wazuh-puppet/releases).
- Delete all stage tags for v4.9.2. BE CAREFUL NOT TO DELETE DEFINITIVE TAG. Example: v4.9.2-rc1, 4.9.2-alpha1, etc.