Skip to content

Commit

Permalink
CA-9156: add changelog fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmar-91 committed Apr 18, 2024
1 parent 0a17662 commit 7561eb1
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 20 deletions.
1 change: 0 additions & 1 deletion .ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ profile: production # null, min, basic, moderate,safety, shared, production

warn_list:
- experimental

5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ tests/output
.tox
releases/*
vars.yml
*__pycac
*__pycac

# Antsibull-changelog
changelogs/.plugin-cache.yaml
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dynatrace\.Event\_Driven\_Ansible Release Notes
36 changes: 18 additions & 18 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
changelog_filename_template: ../CHANGELOG
changelog_filename_template: ../CHANGELOG.md
changelog_filename_version_depth: 0
changes_file: changelog.yaml
changes_format: combined
Expand All @@ -8,27 +8,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: Dynatrace.Event_Driven_Ansible
trivial_section_name: trivial
use_fqcn: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- Set up ansible-lint and ansible-test for collection.

0 comments on commit 7561eb1

Please sign in to comment.