Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/content/docs/extending/plugins-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -700,4 +700,26 @@ Open a PR adding a new plugin to this page!
}}
/>

<PluginCard
name="semantic-release-linear-issue-status"
url="https://github.com/noahlaux/semantic-release-linear-issue-status"
steps={{
verifyConditions:
"Verify the presence of the <code>LINEAR_API_KEY</code> environment variable and required configuration options (<code>teamKey</code>, <code>issuePrefixes</code>).",
success:
'Move linked <a href="https://linear.app">Linear</a> issues to a completed workflow state after a successful release, based on issue identifiers found in release commits.',
}}
/>

<PluginCard
name="semantic-release-jira-fixversion"
url="https://github.com/danbka33/semantic-release-jira-fixversion"
steps={{
verifyConditions:
"Verify Jira Server/Data Center connectivity, authentication, and plugin configuration.",
success:
"Create or reuse Jira Versions for affected projects, update <code>fixVersions</code>, add release comments to referenced issues, and transition them to the configured workflow state.",
}}
/>

</div>
Loading