This repository was archived by the owner on Nov 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
src/main/resources/archetype-resources Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -77,17 +77,14 @@ ${symbol_pound} New release
7777
78781 . Update versions in pom files with ` mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<version> ` command.
79792 . Manually update version of "source" feature in ` p2/category.xml ` file.
80- 3 . Commit and push changes
81803 . Create package with ` mvn package ` , will create update site in ` p2/target/repository `
82- 4 . Append new release to an update site
81+ 4 . Run tests with ` mvn verify `
82+ 5 . Optionally, test node by installing it in KNIME from a local update site
83+ 6 . Append new release to an update site
8384 1 . Make clone of an update site repo
8485 2 . Append release to the update site with ` mvn install -Dtarget.update.site=<path to update site> `
85- 5 . Commit and push changes in this repo and update site repo.
86-
87- ${symbol_pound}${symbol_pound} Offline Knime update site
88-
89- If Knime update site can not be contacted then use a local version.
90-
91- 1 . Download zip of update site from https://www.knime.org/downloads/update
92- 2 . Unzip it
93- 3 . To maven commands add ` -Dknime.update.site=file://<path to update site directory> `
86+ 7 . Commit and push changes in this repo and update site repo.
87+ 8 . Create a Github release
88+ 9 . Update Zenodo entry
89+ 1 . Correct authors
90+ 2 . Correct license
You can’t perform that action at this time.
0 commit comments