Permalink
Browse files

Generate the correct git changelog for the 0.5.0 release.

Tweak the text of release/$VERSION/index.html.
  • Loading branch information...
Andy Chu
Andy Chu committed Jul 16, 2018
1 parent bc67d50 commit d144bea57737c3414fe6aa873ebb958af1382dc6
Showing with 8 additions and 4 deletions.
  1. +3 −3 doc/release-index.md
  2. +5 −1 scripts/release.sh
View
@@ -52,10 +52,10 @@ Oil Version 0.5.0
- [osh2oil Tests](test/osh2oil.wwz/log.txt). Test the conversion of OSH to
Oil.
#### OPy Tests
### OPy Tests
The OPy compiler is used to compile Oil, but it isn't technically part of the
release. Here is some rough evidence that it works.
The OPy compiler is used to compile Oil to bytecode, but isn't itself part of
the release.
- [build-oil-repo](test/opy.wwz/build-oil-repo.txt)
- [test-gold](test/opy.wwz/test-gold.txt)
View
@@ -424,9 +424,13 @@ git-changelog-0.5.alpha3() {
> _release/VERSION/changelog.html
}
# Hm if you're not releasing on the same machine as the previous release, the
# branch needs origin/ on the front? Is this the best way to do it?
# NOTE: 'git branch -a' shows all branches.
git-changelog-0.5.0() {
# NOTE: release/0.5 branch should be sync'd up with master squashes.
_git-changelog release/0.5.0 release/0.5.alpha3 \
_git-changelog origin/release/0.5.alpha3 release/0.5.0 \
> _release/VERSION/changelog.html
}

0 comments on commit d144bea

Please sign in to comment.