Skip to content

Commit 0e8a941

Browse files
Bentsen, TroelsBentsen, Troels
authored andcommitted
Update documentation
1 parent a4e783f commit 0e8a941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
```bash
99
git commit -m 'Releasing <project>@<version>' fx [email protected]
10+
git push
1011
git tag <project>@<version> # fx [email protected]
1112
git push origin <project>@<version> # fx [email protected]
1213
mvn clean deploy -P release --settings settings.xml
@@ -15,8 +16,7 @@ mvn clean deploy -P release --settings settings.xml
1516
2. Build and deploy release
1617

1718
```bash
18-
git push
19-
git push origin v1.0.1
19+
cd <project to be released>
2020
mvn clean deploy -P release
2121
```
2222
3. https://oss.sonatype.org/#welcome

0 commit comments

Comments
 (0)