We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e653afd commit 6b89cc7Copy full SHA for 6b89cc7
1 file changed
RELEASE.md
@@ -1,6 +1,11 @@
1
-# releasing
+# RELEASE
2
3
Here are the steps:
4
+1. run these commands
5
+```bash
6
- yarn version
7
- git push origin master the-new-tag
8
- yarn changelog --from=previous-tag >> CHANGELOG.md (manual cleanup)
9
+- npm publish
10
+```
11
+2. Draft a release: https://github.com/dcyriller/ember-template-lint-plugin-prettier/releases/new
0 commit comments