Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ExampleProject
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab 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
Coscine
backend
scripts
ExampleProject
Commits
03b0a57b
Commit
03b0a57b
authored
Jan 22, 2020
by
L. Ellenbeck
Browse files
Options
Downloads
Plain Diff
Merge branch 'Topic/570-gitVersion' into 'master'
Fix: ... See merge request coscine/cs/exampleproject!15
parents
87871de5
45736bcc
Branches
Branches containing commit
Tags
v1.5.7
Tags containing commit
1 merge request
!15
Fix: ...
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.cake
+1
-1
1 addition, 1 deletion
build.cake
with
1 addition
and
1 deletion
build.cake
+
1
−
1
View file @
03b0a57b
...
...
@@ -239,7 +239,7 @@ IEnumerable<string> redirectedStandardOutput;
var result = client.PostAsync($"https://git.rwth-aachen.de/api/v4/projects/{gitlabProjectId}/repository/tags?tag_name=v{semanticVersion}&ref=master", null).Result;
Information("Create tag: {0}", result.Content.ReadAsStringAsync().Result);
description = "abc
\n
abc";
description = "abcabc";
// create release
var json = $"{{\"name\": \"v{semanticVersion}\", \"tag_name\": \"v{semanticVersion}\", \"description\": \"{description}\"}}";
var content = new StringContent(json, Encoding.UTF8, "application/json");
...
...
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