Updated MapnikReleaseSteps (markdown)
parent
80efdb964b
commit
9893bcd73e
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ OPTIONAL: If it has been > 3 months since the last official release, consider fi
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git tag -a v3.0.0-rc1 -m 'Release Candidate 1 for Mapnik v3.0.0'
|
git tag -a v3.0.0-rc1 -m 'Release Candidate 1 for Mapnik v3.0.0'
|
||||||
git push --tags
|
git push origin v3.0.0-rc1
|
||||||
```
|
```
|
||||||
|
|
||||||
### Pre-tag updates
|
### Pre-tag updates
|
||||||
|
@ -76,7 +76,7 @@ We use [annotated tags](http://stackoverflow.com/questions/4971746/why-should-i-
|
||||||
```sh
|
```sh
|
||||||
MAPNIK_VERSION=`mapnik-config --version`
|
MAPNIK_VERSION=`mapnik-config --version`
|
||||||
git tag --annotate "v${MAPNIK_VERSION}" -m "tagging v${MAPNIK_VERSION}"
|
git tag --annotate "v${MAPNIK_VERSION}" -m "tagging v${MAPNIK_VERSION}"
|
||||||
git push --tags
|
git push origin v${MAPNIK_VERSION}
|
||||||
```
|
```
|
||||||
|
|
||||||
* Create and upload clean tarball:
|
* Create and upload clean tarball:
|
||||||
|
|
Loading…
Add table
Reference in a new issue