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
@@ -95,17 +95,18 @@ The instructions here are a sumamry of the readme in https://github.com/olafurpg
95
95
-`SONATYPE_PASSWORD`: need that one
96
96
-`SONATYPE_USERNAME`: that one too
97
97
98
-
## Cutting a new release (of this plugin)
98
+
## Publishing a new release (of this plugin)
99
99
100
-
### Release notes
100
+
### Publishing (short version)
101
101
102
-
Tag the release and add release notes to https://github.com/scala/sbt-scala-module/releases
102
+
Create and push a tag and add the release notes. In sbt, verify that `version` picks the tag up, then run `publish` and bump the version number in the readme.
103
103
104
-
### Publishing via Bintray
104
+
### Publishing (in detail)
105
105
106
106
- Sign in to Bintray (https://bintray.com/login) or create an "Open Source" account (https://bintray.com/signup/oss)
107
107
- Check if you have a repository named `sbt-plugins`. If not, create it (Name: sbt-plugins, Type: Generic).
108
108
- Make sure to use Java 8
109
+
- Tag the release and add release notes to https://github.com/scala/sbt-scala-module/releases
109
110
- Make sure the current `HEAD` is a tagged revision. In sbt, `version` (set by sbt-git) should be according to a tag.
110
111
111
112
> version
@@ -122,3 +123,5 @@ Tag the release and add release notes to https://github.com/scala/sbt-scala-modu
122
123
- Click "Send" to send the request
123
124
124
125
The above instructions are a short version of https://www.scala-sbt.org/1.x/docs/Bintray-For-Plugins.html.
126
+
127
+
Don't forget to bump the version number here in this readme!
0 commit comments