Socket
Socket
Sign inDemoInstall

@semantic-release/github

Package Overview
Dependencies
Maintainers
4
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-release/github

semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues


Version published
Weekly downloads
1.3M
increased by8.47%
Maintainers
4
Weekly downloads
 
Created

What is @semantic-release/github?

The @semantic-release/github package is designed to automate the release process of your GitHub projects by integrating with semantic versioning. It helps in publishing GitHub releases, managing release notes, and handling assets and pre-releases seamlessly. This package is part of the semantic-release ecosystem, which automates versioning and package publishing.

What are @semantic-release/github's main functionalities?

Publish GitHub Releases

Automatically publish a GitHub release with assets. The configuration allows you to specify which assets to include in the release, such as compiled binaries or distribution packages.

"@semantic-release/github": {
  "assets": [
    {"path": "build/zip/your-package.zip", "label": "Your Package"}
  ]
}

Comment on Released Pull Requests and Issues

Automatically comment on the GitHub issues and pull requests that are part of the release. This feature helps in notifying contributors and users about the resolution of issues and the availability of new versions.

"@semantic-release/github": {
  "successComment": "This issue has been resolved in version \\$VERSION"
}

Add Labels to Pull Requests

Automatically add labels to the pull requests included in the release. This can help in tracking the release status of various changes and organizing pull requests.

"@semantic-release/github": {
  "releasedLabels": ["Status: Released", "\"\\$VERSION\""]
}

Other packages similar to @semantic-release/github

Keywords

FAQs

Package last updated on 14 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc