Skip to content

Commit 9a56286

Browse files
authored
Merge pull request #293 from cayetanobv/main
fixed docs - master branch to main branch
2 parents 27d7ee9 + 10f3f16 commit 9a56286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how_to_release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This document explains step by step how to release a new version for osm2pgrouti
1515
2. Make sure you are in the last update:
1616

1717
```
18-
$ git pull origin master
18+
$ git pull origin main
1919
```
2020

2121
3. Make sure last updates was compiled without errors in Travis CI: https://travis-ci.org/pgRouting/osm2pgrouting/builds
@@ -31,7 +31,7 @@ This document explains step by step how to release a new version for osm2pgrouti
3131
```
3232
$ git push origin v2.3.4
3333
```
34-
34+
3535
6. Go to Github repository and make sure the new tag was created: https://github.com/pgRouting/osm2pgrouting/releases
3636

3737
7. Click on the tag number then click on the edit tag button for release title (use the same number, i.e. v2.3.4).

0 commit comments

Comments
 (0)