- 
 
- 
  Notifications
 You must be signed in to change notification settings 
- Fork 512
Commit 91bb75c
Bump version metadata post release
On every startup, Arduino IDE checks for new versions of the IDE. If a newer version is available, a notification/dialog
is shown offering an update.
"Newer" is determined by comparing the version of the user's IDE to the latest available version on the update channel.
This comparison is done according to the Semantic Versioning Specification ("SemVer").
In order to facilitate beta testing, builds are generated of the Arduino IDE at the current stage in development. These
builds are given an identifying version of the following form:
- <version>-snapshot-<short hash> - builds generated for every push and pull request that modifies relevant files
- <version>-nightly-<YYYYMMDD> - daily builds of the tip of the default branch
In order to cause these builds to be correctly considered "newer" than the release version, the version metadata must be
bumped immediately following each release.
This will also serve as the metadata bump for the next release in the event that release is a minor release. In case it
is instead a minor or major release, the version metadata will need to be updated once more before the release tag is
created.1 parent 7713668 commit 91bb75c
File tree
3 files changed
+4
-4
lines changed- arduino-ide-extension
- electron-app
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | 1 |  | |
| 2 | 2 |  | |
| 3 | - | ||
| 3 | + | ||
| 4 | 4 |  | |
| 5 | 5 |  | |
| 6 | 6 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | 1 |  | |
| 2 | 2 |  | |
| 3 | 3 |  | |
| 4 | - | ||
| 4 | + | ||
| 5 | 5 |  | |
| 6 | 6 |  | |
| 7 | 7 |  | |
|  | |||
| 19 | 19 |  | |
| 20 | 20 |  | |
| 21 | 21 |  | |
| 22 | - | ||
| 22 | + | ||
| 23 | 23 |  | |
| 24 | 24 |  | |
| 25 | 25 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | 1 |  | |
| 2 | 2 |  | |
| 3 | - | ||
| 3 | + | ||
| 4 | 4 |  | |
| 5 | 5 |  | |
| 6 | 6 |  | |
|  | |||
0 commit comments