Skip to content

Commit

Permalink
Merge branch 'main' into release-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solvaholic committed Nov 3, 2020
2 parents 733c475 + 7d33ae6 commit 9cde159
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 4 deletions.
30 changes: 30 additions & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
###########################
###########################
## Markdown Linter rules ##
###########################
###########################

# Linter rules doc:
# - https://github.com/DavidAnson/markdownlint
#
# Note:
# To comment out a single error:
# <!-- markdownlint-disable -->
# any violations you want
# <!-- markdownlint-restore -->
#

###############
# Rules by id #
###############
MD013: # Line length
line_length: 808
MD024: # Multiple headings with the same content
allow_different_nesting: true
MD036: false # Emphasis used instead of a heading

#################
# Rules by tags #
#################
blank_lines: false # Error on blank lines
13 changes: 9 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [2.1.0] - 2020-11-03

### Added

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

### Fixed

### Security

## [2.0.0] - 2020-03-25

- Rename **octodns-action** to **octodns-sync**.
Expand Down

0 comments on commit 9cde159

Please sign in to comment.