File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This document explains step by step how to release a new version for osm2pgrouti
15
15
2 . Make sure you are in the last update:
16
16
17
17
```
18
- $ git pull origin master
18
+ $ git pull origin main
19
19
```
20
20
21
21
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
31
31
```
32
32
$ git push origin v2.3.4
33
33
```
34
-
34
+
35
35
6 . Go to Github repository and make sure the new tag was created: https://github.com/pgRouting/osm2pgrouting/releases
36
36
37
37
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).
You can’t perform that action at this time.
0 commit comments