Adopted CalVer
This commit is contained in:
parent
48dcc99152
commit
fb20064605
2 changed files with 4 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ BUNDLE := $(RUBY) -S bundle
|
|||
JEKYLL := $(BUNDLE) exec jekyll
|
||||
HTMLPROOFER := $(BUNDLE) exec htmlproofer
|
||||
LUA_FILES := $(shell find . -type f -and -path '*/epub/*' -and -name '*.lua')
|
||||
RELEASE_VERSIONS := 2019-08-31 2020-07-14
|
||||
RELEASE_VERSIONS := 19.08 20.07
|
||||
RELEASES := $(addsuffix /,$(RELEASE_VERSIONS))
|
||||
LATEST_VERSION := $(word $(words $(RELEASE_VERSIONS)),$(RELEASE_VERSIONS))
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@ permalink: /GettingStarted/
|
|||
[plfa-dev]: https://github.com/plfa/plfa.github.io/archive/dev.zip
|
||||
[plfa-status]: https://travis-ci.org/plfa/plfa.github.io.svg?branch=dev
|
||||
[plfa-travis]: https://travis-ci.org/plfa/plfa.github.io
|
||||
[plfa-calver]: https://img.shields.io/badge/calver-20.07-22bfda
|
||||
[plfa-latest]: https://github.com/plfa/plfa.github.io/releases/latest
|
||||
[plfa-master]: https://github.com/plfa/plfa.github.io/archive/master.zip
|
||||
|
||||
[agda]: https://github.com/agda/agda/releases/tag/v2.6.0.1
|
||||
|
@ -37,7 +39,7 @@ permalink: /GettingStarted/
|
|||
|
||||
|
||||
<!-- Status & Version Badges -->
|
||||
|
||||
[![Calendar Version][plfa-calver]][plfa-latest]
|
||||
[![Build Status][plfa-status]][plfa-travis]
|
||||
[![Agda][agda-version]][agda]
|
||||
[![agda-stdlib][agda-stdlib-version]][agda-stdlib]
|
||||
|
|
Loading…
Reference in a new issue