Skip to content

Commit b6739b5

Browse files
authored
Add empty changelog (#1)
1 parent 34f3174 commit b6739b5

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.github/remark.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ plugins:
2828
- 70
2929
- - remark-lint-heading-style
3030
- atx
31+
- - remark-lint-no-shortcut-reference-link
32+
- false
3133
# Lists
3234
- remark-lint-list-item-bullet-indent
3335
- remark-lint-ordered-list-marker-style
@@ -39,4 +41,4 @@ plugins:
3941
- space
4042
# Tables
4143
- remark-lint-table-pipes
42-
- remark-lint-no-literal-urls
44+
- remark-lint-no-literal-urls

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
### Added
10+
11+
### Changed
12+
13+
### Deprecated
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
[Unreleased]: <https://github.com/stac-extensions/template/compare/v1.0.0...HEAD>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This is the place to add a short introduction.
1414
- [Item example](examples/item.json): Shows the basic usage of the extension in a STAC Item
1515
- [Collection example](examples/collection.json): Shows the basic usage of the extension in a STAC Collection
1616
- [JSON Schema](json-schema/schema.json)
17+
- [Changelog](./CHANGELOG.md)
1718

1819
## Item Properties and Collection Fields
1920

0 commit comments

Comments
 (0)