https://github.com/xebis/github-actions-and-workflows
A collection of GitHub composite actions and reusable workflows.
https://github.com/xebis/github-actions-and-workflows
github github-workflows reusable-workflows
Last synced: 10 months ago
JSON representation
A collection of GitHub composite actions and reusable workflows.
- Host: GitHub
- URL: https://github.com/xebis/github-actions-and-workflows
- Owner: xebis
- License: mit
- Created: 2025-03-11T18:48:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T18:47:37.000Z (10 months ago)
- Last Synced: 2025-03-12T19:35:09.815Z (10 months ago)
- Topics: github, github-workflows, reusable-workflows
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions and Workflows
A collection of GitHub composite actions and reusable workflows.
## Features
- Reusable [Semantic Release workflow](.github/workflows/semantic-release.yaml) using the Conventional Commits preset to automate versioning, generates [GitHub releases](https://github.com/xebis/github-actions-and-workflows/releases), and update the [CHANGELOG](CHANGELOG.md).
Usage:
```yaml
name: Semantic Release
on:
push:
branches:
- main
jobs:
call-reusable-release:
uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
## Credits and Acknowledgments
- Martin Bružina - Author
## Copyright and Licensing
- MIT License
Copyright © 2025 Martin Bružina