1
mirror of https://github.com/R2Northstar/Northstar synced 2025-09-23 06:10:50 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
GeckoEidechse
f28b0b21a7 Add badge for downloads of current version (#277) 2022-07-09 01:18:16 +02:00
GeckoEidechse
d8ad8f12f8 Strip rc suffix from version number properly (#268)
Previously the digit of the rc as well as the dash would remain
E.g.: `-rc2` -> `-2`
This resulted in it being subtracted from the patch version digit
E.g.: `v1.7.0-rc1` turns into `1,7,0-1`.

This commit strips the whole `-rcX` part of the version number in CI

Closes #265
2022-05-13 02:12:53 +02:00

View File

@@ -1,6 +1,7 @@
# Northstar
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/R2Northstar/Northstar)](https://github.com/R2Northstar/Northstar/releases)
![GitHub release downloads (latest by date)](https://img.shields.io/github/downloads/R2Northstar/Northstar/latest/total)
[![Join the chat at Discord](https://img.shields.io/badge/chat-on%20discord-7289DA.svg)](https://northstar.tf/discord)
[![Read the wiki](https://img.shields.io/badge/wiki-GitBook-important)](https://r2northstar.gitbook.io)