Skip to content

Commit

Permalink
Merge pull request #543 from jordanmontt/patch-1
Browse files Browse the repository at this point in the history
Update the checkout branch to the last release (README)
  • Loading branch information
Ducasse committed Sep 24, 2021
2 parents c07d67f + f10291c commit 59d9985
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For SSH setup, execute the `build.sh` script found in the `scripts` directory:
```bash
$ git clone git@github.com:pillar-markup/pillar.git
$ cd pillar
$ git checkout v8.0.12
$ git checkout v8.0.14
$ chmod a+x ./scripts/build.sh
$ ./scripts/build.sh
```
Expand All @@ -30,7 +30,7 @@ For HTTPS setup, execute the `build.sh` script found in the `scripts` directory:
```bash
$ git clone https://github.com/pillar-markup/pillar.git
$ cd pillar
$ git checkout v8.0.12
$ git checkout v8.0.14
$ chmod a+x ./scripts/build.sh
$ ./scripts/build.sh
```
Expand All @@ -48,7 +48,7 @@ LICENSE README.md appveyor.yml archetypes ==>>build<<== download.sh script
#### Current version
- Current version is Pillar v8.0.12
- Current version is Pillar v8.0.14
- Most Pharo booklets are using v7.7.4 and are under migration to v8.0.12
Expand Down Expand Up @@ -176,7 +176,8 @@ Read the documentation at [https://github.com/SquareBracketAssociates/Booklet-Pu
Please note that chapter on "Pharo a web Perspective" is obsolete since it refers to Pharo 60.
## History
- 8.0.12 current stable version. Tagged versions from 8.0.4 to 8.0.12 excluded got broken due to a class renaming. 8.0.12 is now green tests and loads. It is the future candidate for stable.
- 8.0.14 current stable version
- 8.0.12 Tagged versions from 8.0.4 to 8.0.12 excluded got broken due to a class renaming. 8.0.12 is now green tests and loads. It is the future candidate for stable.
- 7.7.4 Last version before moving to P8.
- 7.7.3 introduces the possibility to use LaTeX 2018 or the rolling version of 2019. Check the ensure-deps.sh and companion travis file in the support/latex of the archetype.
- 7.7.0 cleaned useless features, plus travis builds.
Expand Down

0 comments on commit 59d9985

Please sign in to comment.