mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Update RELEASING.md
This commit is contained in:
@@ -43,7 +43,7 @@ $ git tag vA.B.C
|
||||
$ git push origin -f release vA.B.C
|
||||
```
|
||||
- Open https://github.com/openstreetmap/iD/tags
|
||||
- Click `•••` –> `Create Release` and link to `CHANGELOG.md` in `Describe this release`
|
||||
- Click `•••` –> `Create Release` and link to [`CHANGELOG.md`](https://github.com/openstreetmap/iD/blob/release/CHANGELOG.md) in `Describe this release`
|
||||
|
||||
#### Prepare `develop` branch for further development
|
||||
|
||||
@@ -51,7 +51,7 @@ $ git push origin -f release vA.B.C
|
||||
$ git checkout develop
|
||||
```
|
||||
|
||||
- Increment version number and add `-dev` suffix in `modules/core/context.js` and `package.json`
|
||||
- Increment version number and add `-dev` suffix in `modules/core/context.js` and `package.json`, e.g. `2.18.5-dev`
|
||||
|
||||
```bash
|
||||
$ git add . && git commit -m 'Set development version number'
|
||||
|
||||
Reference in New Issue
Block a user