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 issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for release event (Github, Gitea, Gitlab) #764
Add support for release event (Github, Gitea, Gitlab) #764
Changes from all commits
341c81e
adcae0b
bb4b36a
8ffb392
571b5d7
1fbd411
3536eb0
c1a4680
b175b8f
01e8638
679d977
351a429
ac63f6a
af5e7f5
7b8d1fc
ac1e5bc
e834b8b
5348a1c
6d8e019
5651ff4
b01ddf4
64ebd6e
a9300b7
e5ad2f5
e38919c
aa73b3e
4570698
f653e00
ed931fe
b73998f
cc69a92
6965a38
8a95a0b
c89ea87
04c5a0d
2abcd3c
58853d4
8482b4e
9a2764d
b71ef60
4ab3cbb
e8336cb
aeba27d
cfd70e5
973b318
2064e66
17676a9
dd401c8
cfc2d83
a14146a
05a4463
9a823b2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of limiting here I would suggest to inject an environment variable to each step
CI_RELEASE_TYPE=draft,pre-release,release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And adding some filter to the
when
options would be good too.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this could be pretty simple by introducing #312
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use c.Strings