File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 118118 ]
119119}
120120```
121- # Run debugger from command pallet
121+ # Run debugger from command pallet
122+
123+ ## How to update dependencies
124+
125+ Use ` npm run update-deps ` or ` npm-check-updates ` package
126+
127+ # Release steps
128+
129+ Follow this steps to release:
130+ 1 . Update version in package.json to next one
131+ 2 . Add record for new release into CHANGELOG.md
132+ 3 . Commit changes [ 1] and [ 2]
133+ 4 . Kick the build on jenkins with 'publishToMarketplace' set
134+ 5 . Wait until build gets to the point where approval is needed to push to marketplace
135+ 6 . Download just built .vsix file form nightly releases here https://download.jboss.org/jbosstools/adapters/snapshots/vscode-tekton/?C=M;O=D
136+ 7 . Install it and do smoke test
137+ 8 . Approve release on jenkins if everything is fine
138+ 9 . Create release on github and put in description record form [ 2]
139+ 10 . (optional) Blog about it (edited)
You can’t perform that action at this time.
0 commit comments