Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed Nov 9, 2021
1 parent ff2e894 commit e25d26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ svn status | grep '^!' | awk '{print $2}' | xargs svn delete --force (t
Then add a new tag
```
cd svn
svn cp trunk tags/0.21.1 (this will copy trunk into a new tag)
svn cp trunk tags/0.22.0 (this will copy trunk into a new tag)
```

And commit!
```
svn ci -m '0.21.1'
svn ci -m '0.22.0'
```


Expand Down

0 comments on commit e25d26e

Please sign in to comment.