This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 163
feat: add new release
commands to manage GitLab releases
#445
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
profclems
added
cmd: release
Related to release command
enhancement
New feature or request
labels
Dec 29, 2020
Codecov Report
@@ Coverage Diff @@
## trunk #445 +/- ##
==========================================
- Coverage 58.97% 58.65% -0.33%
==========================================
Files 92 93 +1
Lines 6626 6687 +61
==========================================
+ Hits 3908 3922 +14
- Misses 2339 2384 +45
- Partials 379 381 +2
Continue to review full report at Codecov.
|
profclems
force-pushed
the
feat-release-create
branch
2 times, most recently
from
December 30, 2020 18:15
72965ec
to
ba48dc9
Compare
This is getting tougher than I expected esp with the upload of artifacts. https://docs.gitlab.com/ce/api/releases/links.html#create-a-link |
This PR has been automatically marked as stale because it has not had recent activity. This message is just a reminder for the author, reviewers and assignees. |
profclems
force-pushed
the
feat-release-create
branch
from
May 16, 2021 12:36
ba48dc9
to
f01fdd5
Compare
profclems
force-pushed
the
feat-release-create
branch
from
May 22, 2021 02:58
f01fdd5
to
c707d7d
Compare
profclems
force-pushed
the
feat-release-create
branch
from
May 22, 2021 03:15
f77043a
to
d5d5d97
Compare
profclems
force-pushed
the
feat-release-create
branch
from
May 23, 2021 03:26
58ee281
to
0f235aa
Compare
profclems
changed the title
feat: add
feat: add new May 23, 2021
release create
commandrelease
commands to manage GitLab releases
profclems
force-pushed
the
feat-release-create
branch
from
May 25, 2021 01:40
9ac179e
to
c99798a
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New commands:
glab release create <tag> [<files>...]
glab release upload <tag> <files>...
glab release view <tag>
glab release download <tag> [<pattern>]
glab release delete <tag>
Example output:
Example help:
TODO:
glab release upload
commandglab release download
commandglab release delete
commandFixes #366