diff options
author | 2021-05-24 20:58:18 +0000 | |
---|---|---|
committer | 2021-05-24 20:58:18 +0000 | |
commit | 860a84d4f4b2c8ea071385ac08ffcfb12c19d573 (patch) | |
tree | 0ed64d09ba6361f4636f1158a8cb1682c1c34fbb | |
parent | ffa45c5d2b01727cd9230b660c0eecb2c2f7ce54 (diff) | |
download | astro-860a84d4f4b2c8ea071385ac08ffcfb12c19d573.tar.gz astro-860a84d4f4b2c8ea071385ac08ffcfb12c19d573.tar.zst astro-860a84d4f4b2c8ea071385ac08ffcfb12c19d573.zip |
[ci] yarn format
Diffstat (limited to '')
-rw-r--r-- | contributing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributing.md b/contributing.md index ea28b522d..dda573d33 100644 --- a/contributing.md +++ b/contributing.md @@ -32,9 +32,9 @@ This should change package.json bumping version numbers and update changelogs. I Commit and push these changes, then run an npm publish for each of the packages that have changed. -> __Important__! Ordering publishes can be important. If `astro-parser` changes you should publish that before `astro`, for example. +> **Important**! Ordering publishes can be important. If `astro-parser` changes you should publish that before `astro`, for example. ```shell cd packages/astro npm publish -```
\ No newline at end of file +``` |