shipkit
shipkit copied to clipboard
Toolkit for shipping it used by Mockito library
Hey @mockitoguy, great project! This is not the place for it (where is it? Mailinglist somewhere?) but: great project & dedication!! Now, uhm.. as a previous Maven consultant (converted teams...
### Goal Usually, open source projects do have a section in their README.md which shows how to easily add/integrate the project. In shipkit we are currently using ``` plugins {...
### Problem While working on #512 I couldn't work out why the release build was failing. I think it would be really valuable to include CI build ID in the...
### Problem When release build ends, the user does not know what happened. We also use "performRelease" for demos / bootstrapping. Newbie users will use that task. ### Solution It...
### Use case Shipkit vision is to guide software community towards continuous delivery (shipping every version to production). Mockito project does not quite fit this vision because based on community...
Suggested updates to the documentation post 1.0 release - celebrating-contributors.md - document how can we skip getting contributors info from GitHub? - version-bumps.md - document the plugin id and if...
I became a little bit confused reading the documentation on the auto-increment feature. It states that the version is incremented when "there are changes in the binaries when compared to...
### Producer-client lifecycle - When working on release tools I constantly build the sample project with new version of tools. It would be great to streamline this so that when...
## Problem A few of the tasks created in UpgradeDependencyPlugin depend on "dependency" property that is passed as argument when running the task, eg: `performVersionUpgrade -Pdependency="org.shipkit:shipkit:1.2.3"` Unfortunately if you run...
Here are a few problems with the current design of version upgrade: 1. When we update open pull request, we don't update the title of it. Two solutions I can...