File tree 2 files changed +6
-21
lines changed
2 files changed +6
-21
lines changed Original file line number Diff line number Diff line change @@ -59,23 +59,8 @@ Release process:
59
59
- Publish the release
60
60
9 . In Sonatype:
61
61
- Go to Staging Repositories
62
- - Select the repository and click Close
63
-
64
- ** TODO: CHECK EVERYTHING BELOW THIS POINT!**
65
-
66
- 1 . Run:
67
-
68
- ``` sh
69
- DEPLOY_USER=< YOUR USERNAME> DEPLOY_PASS=< YOUR PASSWORD> \
70
- GPG_USER=< YOUR GPG MAIL ADDRESS> \
71
- buildr release
72
- ```
73
-
74
- 2. Go to the [staging repository](https://oss.sonatype.org/# stagingRepositories)
75
- and manually inspect the repository contents.
76
- 3. Once satisfied that everything is present, Close the staging repository.
77
- All of their checks should pass at this point.
78
- 4. Smoke test the new artifacts by pointing some other build at the staging
79
- repository and checking that it still builds.
80
- 5. Release the staging repository, and the artifact should become visible
81
- in the public repository.
62
+ - Select the repository and click Close.
63
+ All of their checks should pass at this point.
64
+ 10 . Smoke test the new artifacts by pointing some other build at the staging
65
+ repository and checking that it still builds.
66
+ 11 . Click Release
Original file line number Diff line number Diff line change 1
1
2
- version = " 0.6.0 "
2
+ version = " 0.6.1-SNAPSHOT "
3
3
group = " garden.ephemeral.luceneupgrader"
4
4
description = " Lucene Index Upgrader"
5
5
You can’t perform that action at this time.
0 commit comments