Skip to content

Commit

Permalink
change versioning scheme and move version to gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
khakers committed Nov 3, 2022
1 parent 04be1a3 commit 748f252
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
push:
branches: [ "master" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
tags: [ '*.*.*' ]
pull_request:
branches: [ "master" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghrelease-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: Release
on:
push:
tags:
- "v*.*.*"
- "*.*.*"


permissions:
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
}

group 'com.github.khakers'
version '1.0-SNAPSHOT'

java {
toolchain {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
org.gradle.caching=true
#org.gradle.unsafe.configuration-cache=true
version=0.1.0

0 comments on commit 748f252

Please sign in to comment.