https://github.com/llorllale/releasecat-maven-plugin
A maven plugin that creates GitHub releases for your project.
https://github.com/llorllale/releasecat-maven-plugin
continuous-deployment continuous-release git github github-releases maven maven-plugin
Last synced: about 2 months ago
JSON representation
A maven plugin that creates GitHub releases for your project.
- Host: GitHub
- URL: https://github.com/llorllale/releasecat-maven-plugin
- Owner: llorllale
- License: apache-2.0
- Created: 2018-03-08T14:50:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T16:57:12.000Z (about 8 years ago)
- Last Synced: 2025-04-04T20:28:12.854Z (about 1 year ago)
- Topics: continuous-deployment, continuous-release, git, github, github-releases, maven, maven-plugin
- Language: Java
- Homepage: https://llorllale.github.io/releasecat-maven-plugin
- Size: 180 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# releasecat-maven-plugin 
[](http://www.elegantobjects.org)
[](https://codecov.io/gh/llorllale/releasecat-maven-plugin)
[](https://travis-ci.org/llorllale/releasecat-maven-plugin)
[](https://maven-badges.herokuapp.com/maven-central/org.llorllale/releasecat-maven-plugin)
[](http://www.0pdd.com/p?name=llorllale/releasecat-maven-plugin)
[](https://llorllale.github.io/releasecat-maven-plugin/license.html)
Don't panic! This is just a maven plugin that uploads/creates GitHub releases for your project. :) It is based on the excellent [jcabi-github](https://github.com/jcabi/jcabi-github) API, go check it out!
## Why another GitHub-releases plugin?
* Travis doesn't provide adequate support for release descriptions (aka changelog), see [1](https://github.com/travis-ci/travis-ci/issues/8568), [2](https://github.com/travis-ci/dpl/issues/155), [3](https://github.com/travis-ci/travis-ci/issues/6423), [4](https://docs.travis-ci.com/user/deployment/releases)
* Ability to specify parameters from the command line or `settings.xml`. This allows dynamic deployments, free from the static configuration of your project's POM.
* Project activity (there are very few projects and they're basically dead)
## Feedback
Please direct any questions, feature requests or bugs to the [issue tracker](https://github.com/llorllale/releasecat-maven-plugin/issues/).
## How to contribute?
See [CONTRIBUTING](./CONTRIBUTING.md).
## License
`releasecat-maven-plugin` is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). A copy of the license has been included in [LICENSE](./LICENSE).