Skip to content

Commit eb71066

Browse files
committed
Alpha version, generated from commit 656b89d
1 parent 8e7f169 commit eb71066

File tree

13 files changed

+2894
-2407
lines changed

13 files changed

+2894
-2407
lines changed

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
The MIT License (MIT)
33

4-
Copyright (c) 2021 Rohit Gohri
4+
Copyright (c) 2022 Rohit Gohri
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Just provide an evironment to send a deployment event instead of a build event.
137137
with:
138138
state: ${{ job.status }}
139139
environment: staging
140-
issue: JCI-3, JCI-6 # Comma separated list of issues being deployed/released. You are expected to generate this yourself in a previous step
140+
issue: JCI-3, JCI-6 # Comma separated list of issues being deployed/released. You are expected to generate this yourself in a previous step for releases
141141
jira_instance: companyname # Subdomain for Jira Cloud
142142
client_id: ${{ secrets.JIRA_CLIENT_ID }}
143143
client_secret: ${{ secrets.JIRA_CLIENT_SECRET }}
@@ -167,14 +167,18 @@ Client Secret of OAuth Creds
167167

168168
#### state: BUILD_STATE (optional)
169169

170-
"successful"/"success", "failed", or "canceled" (default is "successful")
170+
"successful"/"success", "failed", or "canceled" (default is "successful").
171+
172+
We try to detect this via [env-ci](https://github.com/semantic-release/env-ci) for most CI/CD providers, but you can manually override it if you wish to do so.
171173

172174
#### issue: JIRA_ISSUES (optional)
173175

174-
Will be parsed from branch name automatically if absent. Or you can provide it according to your own logic. Can be multiple issues.
176+
Will be parsed from branch name automatically if available. Or you can provide it according to your own logic. Can be multiple comma separated issues.
175177

176178
### Pipeline Info
177179

180+
We try to detect this via [env-ci](https://github.com/semantic-release/env-ci) for most CI/CD providers, but you can manually override it if you wish to do so.
181+
178182
#### Commit Message: COMMIT_MESSAGE
179183

180184
If the tool can't detect your commit message you may provide a value directly. If you have the jira id in the commit message, it will be parsed.
@@ -195,3 +199,10 @@ A name for your environment. The tool tries to automatically infer this from you
195199

196200
The tool tries to automatically parse this from environment but if you want to override then provide one of (`unmapped`, `development`, `testing`, `staging`, `production`)
197201

202+
## Contributing
203+
204+
Feel free to open issues/Pull Requests to add support for some CI provider that doesn't have support yet.
205+
206+
## License
207+
208+
[MIT License. Copyright (c) 2022 Rohit Gohri](./LICENSE)

0 commit comments

Comments
 (0)