You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,9 @@ In order to ease code reviews and have your contributions merged faster, here is
42
42
- Your PR must pass all CI tests before we will merge it. If you're seeing an error and don't think it's your fault, it may not be! The reviewer will help you if there are test failures that seem not related to the change you are making.
43
43
44
44
## Build
45
+
45
46
To build the Arduino Tools VS Code extension (VSIX), execute:
47
+
46
48
```
47
49
yarn
48
50
```
@@ -54,11 +56,17 @@ Or from the [_Command Palette_](https://code.visualstudio.com/docs/editor/extens
54
56
You can also start the extension in debug mode.
55
57
Open the `Debug` panel, and select the `Launch Arduino Tools – VS Code Extension` launch configuration.
56
58
59
+
## Deployments
60
+
61
+
To deploy a new release of the tools you have to do the following:
62
+
63
+
- update the `version` in the package.json file
64
+
- push a tag to the repo with `v` and the version you spacified in the package.json, for example `v0.0.2-beta.1`
65
+
57
66
## Donations
58
67
59
68
This open source code was written by the Arduino team and is maintained on a daily basis with the help of the community. We invest a considerable amount of time in development, testing and optimization. Please consider [donating](https://www.arduino.cc/en/donate/) or [sponsoring](https://github.com/sponsors/arduino) to support our work, as well as [buying original Arduino boards](https://store.arduino.cc/) which is the best way to make sure our effort can continue in the long term.
60
69
61
70
## License
62
71
63
72
The code contained in this repository is licensed under the terms of the Apache 2.0 license. If you have questions about licensing please contact us at [license@arduino.cc](mailto:license@arduino.cc).
0 commit comments