| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This pattern shows how to integrate semantic-release into your project to automate the entire package release workflow of determining the next version number, generating release notes, and publishing the package to AWS CodeArtifact.
In this example, we will be using GitHub with semantic-release to automate the release workflow of an npm package.
The diagram shows the following workflow:
Developers commit changes to the GitHub repository following a standardized commit message format (enforced by commitizen).
The GitHub Action release workflow assumes the IAM role for publishing to CodeArtifact.
The npm package is published to the CodeArtifact repository.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.
| Back | FazBrowse Home | New Git URL |