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
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.
104
-
105
-
### Publishing (in detail)
106
-
107
-
- Sign in to Bintray (https://bintray.com/login) or create an "Open Source" account (https://bintray.com/signup/oss)
108
-
- Check if you have a repository named `sbt-plugins`. If not, create it (Name: sbt-plugins, Type: Generic).
109
-
- Make sure to use Java 8
110
-
- Tag the release and add release notes to https://github.com/scala/sbt-scala-module/releases
111
-
- Make sure the current `HEAD` is a tagged revision. In sbt, `version` (set by sbt-git) should be according to a tag.
112
-
113
-
> version
114
-
[info] 2.3.4
115
-
116
-
- Run `publish` in sbt. If you don't have a `~/.bintray/.credentials` file, the sbt-bintray plugin will ask you for your
117
-
username and API key. The API key can be obtained under "Edit Profile" (https://bintray.com/profile/edit). The sbt-bintray
118
-
plugin saves credentials to `~/.bintray/.credentials` for future use.
119
-
- If you haven't done so before, add your package for this plugin (https://bintray.com/YOUR_USERNAME/sbt-plugins/sbt-scala-module)
120
-
to the community sbt repository (https://bintray.com/sbt/sbt-plugin-releases). Otherwise you're done, the release is available.
121
-
- Check if you added your package by searching for "sbt-scala-module" in the repository.
122
-
- If you cannot find your package, click "Include My Package"
123
-
- Search for your plugin (`sbt-scala-module`)
124
-
- Click "Send" to send the request
125
-
126
-
The above instructions are a short version of https://www.scala-sbt.org/1.x/docs/Bintray-For-Plugins.html.
127
-
128
-
Don't forget to bump the version number here in this readme!
0 commit comments