diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 46317cf..439fbd6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,4 +10,4 @@ jobs: with: environment: release secrets: - ah_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }} \ No newline at end of file + ah_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }} diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2ca2d3f..03fa4ee 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,10 +1,11 @@ ancestor: null releases: 1.1.0: + release_date: '2024-05-30' + changes: + release_summary: This release includes updates to support the certified cisco.meraki content collection. plugins: lookup: - - description: Fetch data from the Meraki API. - name: fetch - namespace: null - release_date: '2024-05-30' - release_summary: This release includes updates to support the certified cisco.meraki content collection. + - description: Fetch data from the Meraki API. + name: fetch + namespace: null diff --git a/changelogs/config.yaml b/changelogs/config.yaml index b41a0e4..d140612 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -10,27 +10,27 @@ mention_ancestor: true new_plugins_after_name: removed_features notesdir: fragments output_formats: -- md + - md prelude_section_name: release_summary prelude_section_title: Release Summary sanitize_changelog: true sections: -- - major_changes - - Major Changes -- - minor_changes - - Minor Changes -- - breaking_changes - - Breaking Changes / Porting Guide -- - deprecated_features - - Deprecated Features -- - removed_features - - Removed Features (previously deprecated) -- - security_fixes - - Security Fixes -- - bugfixes - - Bugfixes -- - known_issues - - Known Issues + - - major_changes + - Major Changes + - - minor_changes + - Minor Changes + - - breaking_changes + - Breaking Changes / Porting Guide + - - deprecated_features + - Deprecated Features + - - removed_features + - Removed Features (previously deprecated) + - - security_fixes + - Security Fixes + - - bugfixes + - Bugfixes + - - known_issues + - Known Issues title: wwt.meraki trivial_section_name: trivial use_fqcn: true