You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ You need to be a member of @vuu/finos-maintainer
5
5
6
6
Steps:
7
7
1. In [pom.xml](https://github.com/finos/vuu/blob/main/pom.xml), find the current snapshot version, e.g. <version>0.1.23-SNAPSHOT</version>. The next release version is 0.1.23.
8
-
2. Go to [Actions](https://github.com/finos/vuu/actions) -> [Deploy to MVN Central](https://github.com/finos/vuu/actions/workflows/release-mvn-central.yml).Click "Run workflow" and manually fill in the release version (0.1.23) and the new snapshot version (0.1.24-SNAPSHOT). Click the green button "Run workflow".
8
+
2. Go to [Actions](https://github.com/finos/vuu/actions) -> [Deploy to MVN Central](https://github.com/finos/vuu/actions/workflows/release-mvn-central.yml).Click "Run workflow" and manually fill in the release version (0.1.23) and the new snapshot version (0.1.24-SNAPSHOT). Click the green button "Run workflow".
9
9
3. Wait for pipeline to finish.
10
10
4. Go to [Releases](https://github.com/finos/vuu/releases), click "Draft a new release". Select the tag for this new release, e.g. vuu-parent-0.1.23, fill in Release title, select previous tag for release notes, click Generate release notes. Click "Publish release"
11
11
5. In [Branches](https://github.com/finos/vuu/branches), find the branch that's been automatically created to update pom file, e.g. release-0.1.23. Create a pull request and merge it.
0 commit comments