Merge pull request #1018 from LORgames/ssurtees/releaseInfoBadges
Added release info badges to the readme
This commit is contained in:
commit
b1b299e023
@ -1,6 +1,9 @@
|
|||||||
# PREMAKE 5 (core)
|
# PREMAKE 5 (core)
|
||||||
<img src="https://github.com/premake/premake-core/wiki/linux-widget.jpeg" width="24" height="24"/> [](https://travis-ci.org/premake/premake-core)
|
<img src="https://github.com/premake/premake-core/wiki/linux-widget.jpeg" width="24" height="24"/> [](https://travis-ci.org/premake/premake-core)
|
||||||
<img src="https://github.com/premake/premake-core/wiki/windows-widget.jpeg" width="24" height="24"/> [](https://ci.appveyor.com/project/PremakeOrganization/premake-core)
|
<img src="https://github.com/premake/premake-core/wiki/windows-widget.jpeg" width="24" height="24"/> [](https://ci.appveyor.com/project/PremakeOrganization/premake-core)
|
||||||
|
[]()
|
||||||
|
[]()
|
||||||
|
[]()
|
||||||
|
|
||||||
<img src="http://premake.github.io/premake-logo.png" width="200" height="200" />
|
<img src="http://premake.github.io/premake-logo.png" width="200" height="200" />
|
||||||
|
|
||||||
|
@ -9,6 +9,10 @@ PREP
|
|||||||
|
|
||||||
* Update CHANGES.txt (`git log release-branch-name ^release --merges`)
|
* 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
|
* Update version in src/host/premake.h and commit
|
||||||
|
|
||||||
* Push release branch to GitHub; wait for CI to pass
|
* Push release branch to GitHub; wait for CI to pass
|
||||||
|
Loading…
Reference in New Issue
Block a user