Skip to content

Commit 87b6dab

Browse files
committed
create a RELEASES.md file
1 parent 329ae59 commit 87b6dab

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

RELEASES.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
The `chalk-engine` and `chalk-macros` crates are published to
2+
crates.io periodically for use by the compiler. The rest of chalk is
3+
not yet published, though it might be nice to publish the interpreter
4+
at some point.
5+
6+
# Release 0.1.0
7+
8+
**Tag:** `chalk-engine-v0.1.0`
9+
10+
Initial release.
11+
12+
# Procedure to cut a release
13+
14+
Should make a script or something, but:
15+
16+
```
17+
> // update version numbers
18+
> cd chalk-macros
19+
> cargo publish
20+
> cd ../chalk-ngine
21+
> cargo publish
22+
> git tag chalk-engine-vXXX
23+
```
24+

0 commit comments

Comments
 (0)