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
+5-5
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ These are available from the [GitHub releases page](https://github.com/arduino/a
28
28
29
29
#### Nightly builds
30
30
31
-
These builds are generated every day at 03:00 GMT from the `master` branch and
31
+
These builds are generated every day at 03:00 GMT from the `main` branch and
32
32
should be considered unstable. In order to get the latest nightly build
33
33
available for the supported platform, use the following links:
34
34
@@ -75,8 +75,8 @@ yarn start
75
75
76
76
This project is built on [GitHub Actions](https://github.com/bcmi-labs/arduino-editor/actions?query=workflow%3A%22Arduino+Pro+IDE%22).
77
77
78
-
-_Snapshot_ builds run when changes are pushed to the `master` branch, or when a PR is created against the `master` branch. For the sake of the review and verification process, the build artifacts can be downloaded from the GitHub Actions page. Note: [due to a limitation](https://github.com/actions/upload-artifact/issues/80#issuecomment-630030144) with the GH Actions UI, you cannot download a particular build, but you have to get all together inside the `build-artifacts.zip`.
79
-
-_Nightly_ builds run every day at 03:00 GMT from the `master` branch.
78
+
-_Snapshot_ builds run when changes are pushed to the `main` branch, or when a PR is created against the `main` branch. For the sake of the review and verification process, the build artifacts can be downloaded from the GitHub Actions page. Note: [due to a limitation](https://github.com/actions/upload-artifact/issues/80#issuecomment-630030144) with the GH Actions UI, you cannot download a particular build, but you have to get all together inside the `build-artifacts.zip`.
79
+
-_Nightly_ builds run every day at 03:00 GMT from the `main` branch.
80
80
-_Release_ builds run when a new tag is pushed to the remote. The tag must follow the [semver](https://semver.org/). For instance, `1.2.3` is a correct tag, but `v2.3.4` won't work. Steps to trigger a new release build:
81
81
- Create a local tag:
82
82
```sh
@@ -90,7 +90,7 @@ This project is built on [GitHub Actions](https://github.com/bcmi-labs/arduino-e
90
90
### Creating a GH release
91
91
This section guides you through how to create a new release. Let's assume the current version is `0.1.3` and you want to release `0.2.0`.
92
92
93
-
- Make sure the `master` state represents what you want to release and you're on `master`.
93
+
- Make sure the `main` state represents what you want to release and you're on `main`.
94
94
- Prepare a release-candidate build on a branch:
95
95
```bash
96
96
git branch 0.2.0-rc \
@@ -108,7 +108,7 @@ git add . \
108
108
&& git push
109
109
```
110
110
- Create the GH PR the workflow starts automatically.
111
-
- Once you're happy with the RC, merge the changes to the `master`.
111
+
- Once you're happy with the RC, merge the changes to the `main`.
0 commit comments