Skip to content

Commit

Permalink
create a RELEASES.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Mar 22, 2018
1 parent 329ae59 commit 87b6dab
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
The `chalk-engine` and `chalk-macros` crates are published to
crates.io periodically for use by the compiler. The rest of chalk is
not yet published, though it might be nice to publish the interpreter
at some point.

# Release 0.1.0

**Tag:** `chalk-engine-v0.1.0`

Initial release.

# Procedure to cut a release

Should make a script or something, but:

```
> // update version numbers
> cd chalk-macros
> cargo publish
> cd ../chalk-ngine
> cargo publish
> git tag chalk-engine-vXXX
```

0 comments on commit 87b6dab

Please sign in to comment.