Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit 9ab1110

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 9fb57f0 + 2e0f78d commit 9ab1110

File tree

1 file changed

+8
-11
lines changed
  • src/main/resources/archetype-resources

1 file changed

+8
-11
lines changed

src/main/resources/archetype-resources/README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,14 @@ ${symbol_pound} New release
7777

7878
1. Update versions in pom files with `mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<version>` command.
7979
2. Manually update version of "source" feature in `p2/category.xml` file.
80-
3. Commit and push changes
8180
3. 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

0 commit comments

Comments
 (0)