Skip to content

Commit 56ca283

Browse files
committed
updated readme
1 parent 45386e9 commit 56ca283

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
PLUGIN_SOURCE: "build-artifacts/*"
3838
PLUGIN_STRIP_PREFIX: "build-artifacts/"
39-
PLUGIN_TARGET: "/vscode-arduino-tools/nightly"
39+
PLUGIN_TARGET: "/vscode-arduino-tools"
4040
PLUGIN_BUCKET: ${{ secrets.DOWNLOADS_BUCKET }}
4141
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
4242
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ In order to ease code reviews and have your contributions merged faster, here is
4242
- 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.
4343

4444
## Build
45+
4546
To build the Arduino Tools VS Code extension (VSIX), execute:
47+
4648
```
4749
yarn
4850
```
@@ -54,11 +56,17 @@ Or from the [_Command Palette_](https://code.visualstudio.com/docs/editor/extens
5456
You can also start the extension in debug mode.
5557
Open the `Debug` panel, and select the `Launch Arduino Tools – VS Code Extension` launch configuration.
5658

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+
5766
## Donations
5867

5968
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.
6069

6170
## License
6271

6372
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 [[email protected]](mailto:[email protected]).
64-

0 commit comments

Comments
 (0)