Skip to content

Commit f6a7b2e

Browse files
committed
Add DEVELOPER.md for developer notes
1 parent f260c53 commit f6a7b2e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

DEVELOPER.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
# Developer notes
3+
4+
## Development
5+
6+
### installing tools needed
7+
8+
### build
9+
10+
command
11+
12+
### run tests locally
13+
14+
command
15+
16+
### testing plugin in eclipse
17+
18+
19+
## release process
20+
21+
### git tag and github release
22+
23+
create a tag in the repo
24+
create a release in github
25+
26+
### updating files
27+
28+
download artifact "cppcheclipse-repository" from the github action "Java CI"
29+
unzip the artifact and upload files to https://files.cppchecksolutions.com/cppcheclipse/ folder
30+
31+
### publish plugin in marketplace
32+
33+
to make sure that proper version info etc is shown in marketplace..
34+

0 commit comments

Comments
 (0)