-
Notifications
You must be signed in to change notification settings - Fork 2
pillarone/risk-analytics-graph-core
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Releasing new Plugin Version ======================================================================================================================== 1. pull the most recent code base from the git repository 3. update the plugin versions within grails-app/conf/BuildConfig.groovy if necessary 2. adjust the version number in the file RiskAnalyticsGraphCoreGrailsPlugin.groovy to i.e. 0.7.10 in the line starting with 'def version =' 3. run the ant target cruise locally 4. if the cruise target succeeded run the Grails command (Ctrl + Alt + G) package-plugin 5. running the package-plugin command will modify the version number in plugin.xml and create a new zip file called grails-art-models-*.zip 6. commit all changes except the zip file to the git repository and tag the version git tag -m 'tagged release version 0.7.10' 'v0.7.10' git push origin master --tags
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published