Skip to content

Commit

Permalink
fixed docs - master branch to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cayetanobv committed Jun 4, 2021
1 parent 27d7ee9 commit 10f3f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how_to_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This document explains step by step how to release a new version for osm2pgrouti
2. Make sure you are in the last update:

```
$ git pull origin master
$ git pull origin main
```

3. Make sure last updates was compiled without errors in Travis CI: https://travis-ci.org/pgRouting/osm2pgrouting/builds
Expand All @@ -31,7 +31,7 @@ This document explains step by step how to release a new version for osm2pgrouti
```
$ git push origin v2.3.4
```

6. Go to Github repository and make sure the new tag was created: https://github.com/pgRouting/osm2pgrouting/releases

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).
Expand Down

0 comments on commit 10f3f16

Please sign in to comment.