Skip to content

Commit e653afd

Browse files
committed
Add non-labeled PR to CHANGELOG
1 parent bf3d120 commit e653afd

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## v1.0.0 (2019-11-04)
44

5+
#### :memo: Documentation
6+
* [#18](https://github.com/dcyriller/ember-template-lint-plugin-prettier/pull/18) fix a few typos ([@efx](https://github.com/efx))
7+
58
#### :house: Internal
69
* [#47](https://github.com/dcyriller/ember-template-lint-plugin-prettier/pull/47) templateEnvironmentData: Cleanup deprecation ([@dcyriller](https://github.com/dcyriller))
710
* [#48](https://github.com/dcyriller/ember-template-lint-plugin-prettier/pull/48) CI: Log ember-template-lint and prettier versions ([@dcyriller](https://github.com/dcyriller))

RELEASE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# releasing
2+
3+
Here are the steps:
4+
- yarn version
5+
- git push origin master the-new-tag
6+
- yarn changelog --from=previous-tag >> CHANGELOG.md (manual cleanup)

0 commit comments

Comments
 (0)