Merge pull request #1018 from LORgames/ssurtees/releaseInfoBadges

Added release info badges to the readme
This commit is contained in:
J. Perkins 2018-03-26 12:34:21 -04:00 committed by GitHub
commit b1b299e023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# PREMAKE 5 (core)
<img src="https://github.com/premake/premake-core/wiki/linux-widget.jpeg" width="24" height="24"/> [![Build Status](https://travis-ci.org/premake/premake-core.svg?branch=master)](https://travis-ci.org/premake/premake-core)
<img src="https://github.com/premake/premake-core/wiki/windows-widget.jpeg" width="24" height="24"/> [![Build status](https://ci.appveyor.com/api/projects/status/lc9g332y2lqvel8h?svg=true)](https://ci.appveyor.com/project/PremakeOrganization/premake-core)
[![Latest release](https://img.shields.io/github/release/premake/premake-core/all.svg)]()
[![Release date of last release](https://img.shields.io/github/release-date-pre/premake/premake-core.svg)]()
[![Commits since last release](https://img.shields.io/github/commits-since/premake/premake-core/v5.0.0-alpha12.svg)]()
<img src="http://premake.github.io/premake-logo.png" width="200" height="200" />

View File

@ -9,6 +9,10 @@ PREP
* Update CHANGES.txt (`git log release-branch-name ^release --merges`)
* Update README.md
* "Commits since last release" badge - once out of prerelease replace `v5.0.0-alphaXX` with `latest`
* Update version in src/host/premake.h and commit
* Push release branch to GitHub; wait for CI to pass