-
Notifications
You must be signed in to change notification settings - Fork 45
Publishing Fluent Syntax Spec
Staś Małolepszy edited this page Nov 14, 2017
·
4 revisions
-
Update the version number in
package.json
. -
Update
spec/CHANGELOG.md
. -
Generate the Railroad Diagram and save it as
spec/diagram.xhtml
. -
Commit:
$ git commit -m "Fluent Syntax Spec X.Y.Z"
-
Test the generated documentation with
make build && make serve
and push it live withmake deploy
. -
Draft a new release and paste the relevant section from
spec/CHANGELOG.md
.