File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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** .
You can’t perform that action at this time.
0 commit comments