Skip to content

Commit

Permalink
Fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jun 8, 2022
1 parent 68b7494 commit 84d530a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This is simple, extensible and scalable self-hosted solution to replace managers
<br>
<br>
<strong>
? Main sources refers to the alpha version of Reposilite 3.x that is under heavy development.
Main sources refers to the alpha version of Reposilite 3.x that is under heavy development.
<br>
If you're looking for docs and sources of Reposilite 2.x, visit 2.x branch: <a href="https://github.com/dzikoysk/reposilite/tree/2.x">Reposilite 2.x</a>
</strong>
Expand Down Expand Up @@ -79,7 +79,7 @@ Users' stories
* [Looking for simple repository manager by David Kihato](https://kihats.medium.com/custom-self-hosted-maven-repository-cbb778031f68)

### Supporters
Thanks to all contributors and people that decided to support my work financially ??
Thanks to all contributors and people that decided to support my work financially ❤️

<table>
<tr>
Expand Down
7 changes: 6 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,18 @@ plugins {
}

scmVersion {
localOnly = true
ignoreUncommittedChanges = true
versionIncrementer("incrementPrerelease")

tag.apply {
prefix = ""
}

nextVersion.apply {
suffix = "next"
}
versionIncrementer("incrementPrerelease")

hooks.apply {
fileUpdate(".github/README.md") { version -> "reposilite-$version.jar" }
fileUpdate(".github/README.md") { version -> "dzikoysk/reposilite:$version" }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package com.reposilite

const val VERSION = "3.0.0-alpha.26-SNAPSHOT"
const val VERSION = "3.0.0-rc.2-SNAPSHOT"
14 changes: 7 additions & 7 deletions reposilite-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84d530a

Please sign in to comment.