Skip to content

Commit

Permalink
Improve changelog config, normalize YAML headers (#69)
Browse files Browse the repository at this point in the history
* By default use FQCNs in new plugin/module announcements, and add period to new plugin/module announcements without ending punctuation.

* Normalize all non-autogenerated YAML files to start with '---'.
  • Loading branch information
felixfontein authored May 20, 2024
1 parent a69008b commit 4834faa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# README FIRST
# 1. Subscribe to https://github.com/ansible-collections/news-for-maintainers
# (click the Watch button on the homepage > Custom > Issues)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/extra-docs-linting.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Lint extra docsite docs and links
on:
# Run CI against all pushes (direct commits, also merged PRs), Pull Requests
Expand Down
3 changes: 3 additions & 0 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
add_plugin_period: true
changelog_filename_template: ../CHANGELOG.rst
changelog_filename_version_depth: 0
changes_file: changelog.yaml
Expand Down Expand Up @@ -27,3 +29,4 @@ sections:
- Known Issues
title: CHANGE THIS IN changelogs/config.yaml!
trivial_section_name: trivial
use_fqcn: true
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# CHANGE THIS
fixes:
- "/ansible_collections/NAMESPACE/COLLECTION/::"
1 change: 1 addition & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html

namespace: community
Expand Down

0 comments on commit 4834faa

Please sign in to comment.