prepping for 1.1.0-beta release

- Updating and documenting changelog creation process.
  antsibull-changelog was chosen because it is the standard tooling
  recommended by Ansible developers.
- Documenting the release process and several others so others can perform it in the
  future.
- Updating the integration tests to test against 2.13, which the 1.1.0
  final release will be certified for.
- Created changelog and update galaxy.yaml for 1.1.0-beta, which will be
  the next release.
This commit is contained in:
Yusuke Tsutsumi 2022-12-03 17:13:27 +00:00 committed by Yusuke Tsutsumi
commit 1ec54b286d
12 changed files with 1030 additions and 8 deletions

View file

@ -39,6 +39,7 @@ jobs:
ansible_version:
- stable-2.13
- stable-2.11
- stable-2.9
steps:
- name: check out code
uses: actions/checkout@v2