Skip to content
Snippets Groups Projects
Commit 8935b483 authored by Lilly Schramm's avatar Lilly Schramm :cherry_blossom:
Browse files

Merge branch 'chore/add-gitlab-release' into 'main'

chore: add gitlab release

See merge request Elias/minecrod!2
parents 2208c8a5 3e57926b
Branches
Tags 0.0.1
1 merge request!2chore: add gitlab release
Pipeline #214 passed
stages:
- build
- publish
maven_package:
image: maven:3.8.4-eclipse-temurin-16
......@@ -11,3 +12,14 @@ maven_package:
- target/minecord-*.jar
script:
- mvn clean package
publish_to_github:
image: registry01.eps-dev.de/gitlab/releaseassistant/main
stage: publish
rules:
- if: $CI_COMMIT_TAG
needs:
- maven_package
script:
- mv target/minecord-*.jar ./
- python /main.py
# Changelog
## 0.0.1
### Added
- Added a basic Minecraft to Discord connection.
- Added a basic Discord to Minecraft connection.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment