Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ioquatix/bake-releases
https://github.com/ioquatix/bake-releases
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ioquatix/bake-releases
- Owner: ioquatix
- License: mit
- Created: 2024-08-22T02:08:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T09:36:00.000Z (3 months ago)
- Last Synced: 2024-10-10T05:41:09.120Z (about 1 month ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Bake::Releases
A tool for managing a `releases.md` document.
[![Development Status](https://github.com/ioquatix/bake-releases/workflows/Test/badge.svg)](https://github.com/ioquatix/bake-releases/actions?workflow=Test)
## Usage
### Combining with `Bake::Gem`
``` ruby
# bake.rbdef after_gem_release_version_increment(version)
context['releases:update'].call(version)
end
```## Contributing
We welcome contributions to this project.
1. Fork it.
2. Create your feature branch (`git checkout -b my-new-feature`).
3. Commit your releases (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin my-new-feature`).
5. Create new Pull Request.### Developer Certificate of Origin
In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.
### Community Guidelines
This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.