Skip to content

Commit

Permalink
fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nsthompson committed May 30, 2024
1 parent 52645c9 commit 65c49ae
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
with:
environment: release
secrets:
ah_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
ah_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
11 changes: 6 additions & 5 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -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
34 changes: 17 additions & 17 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65c49ae

Please sign in to comment.