https://github.com/iridakos/release_logs
Redmine plugin for managing project releases :tada:
https://github.com/iridakos/release_logs
Last synced: 2 months ago
JSON representation
Redmine plugin for managing project releases :tada:
- Host: GitHub
- URL: https://github.com/iridakos/release_logs
- Owner: iridakos
- License: mit
- Created: 2015-03-30T20:22:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T18:45:51.000Z (over 1 year ago)
- Last Synced: 2025-02-10T15:51:01.739Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 98.6 KB
- Stars: 29
- Watchers: 10
- Forks: 9
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Release logs
Release logs is a [redmine](http://redmine.org) plugin that helps you keep track of your projects' releases.

## You will find this plugin useful if:
* you **release** your projects continuously (ex. in a weekly basis)
* you want to **keep track of when an issue was released/rolled back/cancelled** and which other issues were also released at that release
* you want to **send notifications to your colleagues** about the release status## Redmine support
* The plugin is working for redmine versions **3.x**, **2.5.x** & **2.6.x**
## Getting started
Find [**here**](http://www.arubystory.com/p/redmine-release-logs-getting-started.html?sr=gth) a full description of the plugin's functionality and installation & usage guides.
## Contributing
1. Fork it ( https://github.com/iridakos/release_logs/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull RequestA special "thanks" goes to the team of [**mytrip.com**](http://mytrip.com) for extensively testing & giving valuable feedback for this plugin.
## Important note
This is my first redmine plugin:
1. Use it at your own risk
2. Any feedback is welcome