-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5bc59a
commit 003189f
Showing
3 changed files
with
45 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Developer Info | ||
-------------- | ||
|
||
|
||
```bash | ||
## to install to local maven repo | ||
gradle install | ||
|
||
## to run the tests | ||
gradle test | ||
|
||
``` | ||
|
||
Release Checklist | ||
----------------- | ||
|
||
1. update version in build.gradle and README | ||
2. push and create github release tag | ||
3. | ||
``` | ||
gradle install | ||
``` | ||
|
||
4. create new version on jcenter | ||
|
||
* Upload artifacts from `~/.m2/repository/de/mpicbg/scicomp/kscript` to: | ||
> https://bintray.com/holgerbrandl/mpicbg-scicomp/kutils | ||
5. Check for release status on | ||
https://jcenter.bintray.com/de/mpicbg/scicomp/ | ||
|
||
6. Bump versions for new release cycle |