mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 11:04:00 -07:00
Release 0.2.0 of community.general (#546)
* Comment out dead documentation link. * Move changelog into root. * Link to generated changelog in README. * Fix changelog entry categories (bugfixes -> security_fixes). * Add release summary. * Geneate changelog. * Add basic release information. * Require Ansible(-base) 2.9.10 or newer. Needed for deprecation syntax support.
This commit is contained in:
parent
42c5cdf01a
commit
e54dd3a01f
269 changed files with 1395 additions and 661 deletions
11
README.md
11
README.md
|
@ -32,9 +32,18 @@ You can find more information in the [developer guide for collections](https://d
|
|||
|
||||
See [here](https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#testing-collections).
|
||||
|
||||
## Release notes
|
||||
|
||||
See [here](https://github.com/ansible-collections/community.general/tree/master/CHANGELOG.rst).
|
||||
|
||||
## Publishing New Version
|
||||
|
||||
TBD
|
||||
Basic instructions without release branches:
|
||||
|
||||
1. Create `changelogs/fragments/<version>.yml` with `release_summary:` section (which must be a string, not a list).
|
||||
2. Run `antsibull-changelog release --collection-flatmap yes`
|
||||
3. Make sure `CHANGELOG.rst` and `changelogs/changelog.yaml` are added to git, and the deleted fragments have been removed.
|
||||
4. Tag the commit with `<version>`. Push changes and tag to the main repository.
|
||||
|
||||
## More Information
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue