Skip to content

Commit 9cde159

Browse files
committed
Merge branch 'main' into release-2.1.0
2 parents 733c475 + 7d33ae6 commit 9cde159

2 files changed

Lines changed: 39 additions & 4 deletions

File tree

.github/linters/.markdown-lint.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
###########################
3+
###########################
4+
## Markdown Linter rules ##
5+
###########################
6+
###########################
7+
8+
# Linter rules doc:
9+
# - https://github.com/DavidAnson/markdownlint
10+
#
11+
# Note:
12+
# To comment out a single error:
13+
# <!-- markdownlint-disable -->
14+
# any violations you want
15+
# <!-- markdownlint-restore -->
16+
#
17+
18+
###############
19+
# Rules by id #
20+
###############
21+
MD013: # Line length
22+
line_length: 808
23+
MD024: # Multiple headings with the same content
24+
allow_different_nesting: true
25+
MD036: false # Emphasis used instead of a heading
26+
27+
#################
28+
# Rules by tags #
29+
#################
30+
blank_lines: false # Error on blank lines

docs/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
### Changed
12+
### Deprecated
13+
### Removed
14+
### Fixed
15+
### Security
16+
17+
## [2.1.0] - 2020-11-03
18+
1019
### Added
1120

1221
- ([#11](https://github.com/solvaholic/octodns-sync/pull/11)) Write `octodns-sync` output to `octodns-sync.log` in the workspace directory.
@@ -27,10 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2736
- Stop pushing the **solvaholic/octodns-sync** container image GitHub's package registry.
2837
- Stop pushing the **solvaholic/octodns-sync** container image to Docker hub.
2938

30-
### Fixed
31-
32-
### Security
33-
3439
## [2.0.0] - 2020-03-25
3540

3641
- Rename **octodns-action** to **octodns-sync**.

0 commit comments

Comments
 (0)