Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit e7bd276

Browse files
committed
add .gitignore
1 parent fe9c49d commit e7bd276

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tests/output/
2+
cloud-config-vultr.ini

changelogs/config.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@ changelog_filename_template: ../CHANGELOG.rst
22
changelog_filename_version_depth: 0
33
changes_file: changelog.yaml
44
changes_format: combined
5-
keep_fragments: true
5+
keep_fragments: false
66
mention_ancestor: true
77
new_plugins_after_name: removed_features
88
notesdir: fragments
99
prelude_section_name: release_summary
1010
prelude_section_title: Release Summary
1111
sections:
12-
- - major_changes
13-
- Major Changes
14-
- - minor_changes
15-
- Minor Changes
16-
- - breaking_changes
17-
- Breaking Changes / Porting Guide
18-
- - deprecated_features
19-
- Deprecated Features
20-
- - removed_features
21-
- Removed Features (previously deprecated)
22-
- - security_fixes
23-
- Security Fixes
24-
- - bugfixes
25-
- Bugfixes
26-
- - known_issues
27-
- Known Issues
12+
- - major_changes
13+
- Major Changes
14+
- - minor_changes
15+
- Minor Changes
16+
- - breaking_changes
17+
- Breaking Changes / Porting Guide
18+
- - deprecated_features
19+
- Deprecated Features
20+
- - removed_features
21+
- Removed Features (previously deprecated)
22+
- - security_fixes
23+
- Security Fixes
24+
- - bugfixes
25+
- Bugfixes
26+
- - known_issues
27+
- Known Issues
2828
title: Vultr Collection
2929
trivial_section_name: trivial

0 commit comments

Comments
 (0)