Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ServerPackCreatorExampleAddon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Griefed
ServerPackCreatorExampleAddon
Compare revisions
1.0.0 to 1.0.1
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Griefed/ServerPackCreatorExampleAddon
Select target project
No results found
1.0.1
Select Git revision
Swap
Target
Griefed/ServerPackCreatorExampleAddon
Select target project
Griefed/ServerPackCreatorExampleAddon
1 result
1.0.0
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (4)
fix: Fix release on GitHub
· 3c8d25dd
Griefed
authored
3 years ago
3c8d25dd
fix: Fix release assets on GitLab
· 6e7d6fbe
Griefed
authored
3 years ago
6e7d6fbe
Merge branch 'master' of
https://git.griefed.de/Griefed/ServerPackCreatorExampleAddon
· 454dcea0
Griefed
authored
3 years ago
454dcea0
RELEASE: 1.0.1
· 40b1b06f
semantic-release-bot
authored
3 years ago
40b1b06f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/github_release.yml
+1
-1
1 addition, 1 deletion
.github/workflows/github_release.yml
.gitlab-ci.yml
+0
-12
0 additions, 12 deletions
.gitlab-ci.yml
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
with
9 additions
and
13 deletions
.github/workflows/github_release.yml
View file @
40b1b06f
...
...
@@ -59,7 +59,7 @@ jobs:
echo "New version: ${NEW_VERSION}"
echo "Github username: ${GITHUB_ACTOR}"
./gradlew about
./gradlew -Pversion=${NEW_VERSION} --info -x test
./gradlew -Pversion=${NEW_VERSION}
publish
--info -x test
-
name
:
List files
run
:
ls -ahl build/libs
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
View file @
40b1b06f
...
...
@@ -118,10 +118,6 @@ Build Release:
-
LC_COLLATE=C ls -ahl --group-directories-first --color=auto
build/libs
-
echo "**** Uploading packages ****"
-
'
curl
--header
"JOB-TOKEN:
${CI_JOB_TOKEN}"
--upload-file
build/libs/${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.exe
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_PROJECT_NAME}/${CI_COMMIT_TAG}/${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.exe"'
-
'
curl
--header
"JOB-TOKEN:
${CI_JOB_TOKEN}"
--upload-file
build/libs/${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.jar
...
...
@@ -135,14 +131,6 @@ Build Release:
--upload-file
build/libs/${CI_PROJECT_NAME}-${CI_COMMIT_TAG}-sources.jar
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_PROJECT_NAME}/${CI_COMMIT_TAG}/${CI_PROJECT_NAME}-${CI_COMMIT_TAG}-sources.jar"'
-
echo "**** Create asset links ****"
-
'
curl
--request
POST
--header
"PRIVATE-TOKEN:
${GITLAB_TOKEN}"
--data
tag_name="${CI_COMMIT_TAG}"
--data
name="${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.exe"
--data
url="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_PROJECT_NAME}/${CI_COMMIT_TAG}/${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.exe"
--data
link_type="package"
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/releases/${CI_COMMIT_TAG}/assets/links"'
-
'
curl
--request
POST
--header
"PRIVATE-TOKEN:
${GITLAB_TOKEN}"
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
View file @
40b1b06f
### [1.0.1](https://git.griefed.de/Griefed/ServerPackCreatorExampleAddon/compare/1.0.0...1.0.1) (2021-08-01)
### 🛠 Fixes
*
Fix release assets on GitLab (
[
6e7d6fb
](
https://git.griefed.de/Griefed/ServerPackCreatorExampleAddon/commit/6e7d6fbedc6b50cc62d3410c3e691da9b72500a8
)
)
*
Fix release on GitHub (
[
3c8d25d
](
https://git.griefed.de/Griefed/ServerPackCreatorExampleAddon/commit/3c8d25dd4958db107ac6f6424c7340cb5f8c96d1
)
)
## [1.0.0](https://git.griefed.de/Griefed/ServerPackCreatorExampleAddon/compare/...1.0.0) (2021-08-01)
...
...
This diff is collapsed.
Click to expand it.