Skip to content

Commit 76bf066

Browse files
committed
add changelog
1 parent d7adde6 commit 76bf066

File tree

5 files changed

+75
-0
lines changed

5 files changed

+75
-0
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
======================================
2+
Community SAP_OPERATIONS Release Notes
3+
======================================
4+
5+
.. contents:: Topics
6+
7+
8+
v1.0.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is the first release of the ``community.sap_operations`` collection. It is the initial relase for the ``community.sap_operations`` collection

changelogs/.plugin-cache.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
objects:
2+
role: {}
3+
plugins:
4+
become: {}
5+
cache: {}
6+
callback: {}
7+
cliconf: {}
8+
connection: {}
9+
httpapi: {}
10+
inventory: {}
11+
lookup: {}
12+
module:
13+
sap_pyrfc:
14+
description: Execute RFC calls
15+
name: sap_pyrfc
16+
namespace: ''
17+
version_added: 0.1.0
18+
netconf: {}
19+
shell: {}
20+
strategy: {}
21+
vars: {}
22+
version: 1.0.0

changelogs/changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ancestor: null
2+
releases:
3+
0.9.0:
4+
changes:
5+
release_summary: 'This is the first release of the ``community.sap_operations``
6+
collection. It is the initial relase for the collection'
7+
fragments:
8+
- 0.9.0.yml
9+
release_date: '2022-05-16'

changelogs/config.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
changelog_filename_template: ../CHANGELOG.rst
2+
changelog_filename_version_depth: 0
3+
changes_file: changelog.yaml
4+
changes_format: combined
5+
keep_fragments: false
6+
mention_ancestor: true
7+
flatmap: true
8+
new_plugins_after_name: removed_features
9+
notesdir: fragments
10+
prelude_section_name: release_summary
11+
prelude_section_title: Release Summary
12+
sections:
13+
- - major_changes
14+
- Major Changes
15+
- - minor_changes
16+
- Minor Changes
17+
- - breaking_changes
18+
- Breaking Changes / Porting Guide
19+
- - deprecated_features
20+
- Deprecated Features
21+
- - removed_features
22+
- Removed Features (previously deprecated)
23+
- - security_fixes
24+
- Security Fixes
25+
- - bugfixes
26+
- Bugfixes
27+
- - known_issues
28+
- Known Issues
29+
title: Community SAP_OPERATIONS
30+
trivial_section_name: trivial

changelogs/fragments/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)