1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

constexpr helpers to identify core version (#5269)

This commit is contained in:
david gauchard
2018-11-29 17:10:33 +01:00
committed by GitHub
parent fcdffc5dfd
commit c6777149a8
5 changed files with 181 additions and 3 deletions

View File

@ -57,6 +57,8 @@ Here is an overview of the release process. See the section below for detailed i
* When done, put release notes into a private Gist and send the link to other maintainers for review.
* Update `version` to the release in platform.txt and commit. E.g. `2.5.0`.
2. Tag the latest commit on the master branch. In this project, tags have form `X.Y.Z`, e.g. `2.4.0`, or `X.Y.Z-rcN` for release versions. Notice that there's no `v`at the beginning of the tag. Tags must be annotated, not lightweight tags. To create a tag, use git command (assuming that the master branch is checked out):
```