forked from codefresh-contrib/cfstep-github-release
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yaml
37 lines (37 loc) · 1.25 KB
/
plugin.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
image: codefreshplugins/cfstep-github-release
tag: master
version: 0.2.0
description: Plugin to make github releases
keywords:
- github
- release
categories:
- git
- release
# home: https://github.com/codefresh-contrib/cfstep-github-release
sources:
- https://github.com/codefresh-contrib/cfstep-github-release
maintainers:
- name: Alex Cheshko
email: [email protected]
icon: https://raw.githubusercontent.com/codefresh-plugins/cfstep-github-release/master/icon.jpg
envs:
- name: GITHUB_TOKEN
type: required
description: Codefresh provided variable containing repository owner name
- name: CF_REPO_OWNER
type: required
description: Codefresh provided variable containing repository owner name
- name: CF_REPO_NAME
type: required
description: Codefresh provided variable containing repository name
- name: CF_BRANCH_TAG_NORMALIZED
type: required
description: Codefresh provided variable containing tag name
- name: CF_TARGET_BRANCH
type: optional
description: Codefresh provided variable containing target branch
- name: PRERELEASE
description: If true, this variable tells the plugin to create a pre-release
- name: FILES
description: A glob expression for the list of the files to be uploaded