From f6a7b2e2d67f76c2fb6ee6b71a14f2f22f69c7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 28 Nov 2025 09:54:25 +0100 Subject: [PATCH] Add DEVELOPER.md for developer notes --- DEVELOPER.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 DEVELOPER.md diff --git a/DEVELOPER.md b/DEVELOPER.md new file mode 100644 index 0000000..36a01e6 --- /dev/null +++ b/DEVELOPER.md @@ -0,0 +1,34 @@ + +# Developer notes + +## Development + +### installing tools needed + +### build + +command + +### run tests locally + +command + +### testing plugin in eclipse + + +## release process + +### git tag and github release + +create a tag in the repo +create a release in github + +### updating files + +download artifact "cppcheclipse-repository" from the github action "Java CI" +unzip the artifact and upload files to https://files.cppchecksolutions.com/cppcheclipse/ folder + +### publish plugin in marketplace + +to make sure that proper version info etc is shown in marketplace.. +