Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenID-Connect-Java-Spring-Server
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
OpenID-Connect-Java-Spring-Server
Commits
a21b5620
Commit
a21b5620
authored
4 months ago
by
Jan Pavlíček
Browse files
Options
Downloads
Plain Diff
chore: merge branch 'xpavlic/fix_release' into 'main'
fix: release oidc.war path 404 error See merge request
!408
parents
60ee1db7
74d71ffd
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!408
fix: release oidc.war path 404 error
Pipeline
#589282
passed
4 months ago
Stage: .pre
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.releaserc.json
+13
-11
13 additions, 11 deletions
.releaserc.json
with
13 additions
and
11 deletions
.releaserc.json
+
13
−
11
View file @
a21b5620
...
...
@@ -4,17 +4,6 @@
"@semantic-release/commit-analyzer"
,
"@semantic-release/release-notes-generator"
,
"@semantic-release/changelog"
,
[
"@semantic-release/gitlab"
,
{
"assets"
:
[
{
"path"
:
"perun-oidc-server-webapp/target/oidc.war"
,
"type"
:
"package"
}
]
}
],
[
"@semantic-release/exec"
,
{
...
...
@@ -32,6 +21,19 @@
],
"message"
:
"chore(release): ${nextRelease.version} [skip ci]
\n\n
${nextRelease.notes}"
}
],
[
"@semantic-release/gitlab"
,
{
"assets"
:
[
{
"path"
:
"perun-oidc-server-webapp/target/oidc.war"
,
"type"
:
"package"
,
"target"
:
"generic_package"
,
"label"
:
"oidc.war"
}
]
}
]
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment