add releasing to meissa repo
This commit is contained in:
parent
4fd428109a
commit
83afc52889
2 changed files with 4 additions and 1 deletions
|
@ -144,6 +144,9 @@ release:
|
|||
- 'build/libs/sha256sum.lst'
|
||||
- 'build/libs/sha512sum.lst'
|
||||
script:
|
||||
# release to repo.meissa
|
||||
- ./release/create-release-in-repo.sh
|
||||
# release to gitlab
|
||||
- apk --no-cache add curl
|
||||
- |
|
||||
release-cli create --name "Release $CI_COMMIT_TAG" --tag-name $CI_COMMIT_TAG \
|
||||
|
|
|
@ -18,7 +18,7 @@ apply plugin: "maven-publish"
|
|||
|
||||
|
||||
group = "org.domaindrivenarchitecture.provs"
|
||||
version = "0.22.5-SNAPSHOT"
|
||||
version = "release-0.22.5"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue