add note to release procedure about adding new files in SVN
This commit is contained in:
parent
d1be3b169d
commit
72df79b092
|
@ -30,7 +30,7 @@ The current changelog can be found under [source/changelog.txt](source/changelog
|
|||
7. Copy the built plugin into `/trunk` of SVN.
|
||||
8. Create a new tag of the new version: `svn cp trunk tags/<version>`
|
||||
9. Check the version number occurrences in both folders.
|
||||
10. Commit everything together to the release SVN: `svn ci -m "release version <version>"`
|
||||
10. Commit everything together to the release SVN: `svn ci -m "release version <version>"` Make sure to add new files beforehand.
|
||||
11. Commit the new version in git with the same message.
|
||||
12. Tag the new version: `git tag v<version>`
|
||||
13. Push the new tag to the repository: `git push --tags`
|
||||
|
|
Loading…
Reference in New Issue