Skip to content

Commit ecd423b

Browse files
committed
Update docs
1 parent e8bb221 commit ecd423b

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

docs/Milestones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
- any work done or issues fixed should be assigned to the current milestone
66
- at the end of the milestone, we run through the [testing plan](https://github.com/flutter/flutter-intellij/blob/master/docs/testing.md) and validate the candidate release
77
- before releasing, we update the [changelog](https://github.com/flutter/flutter-intellij/blob/master/resources/META-INF/plugin.xml#L22) (based on the work tracking in the milestone)
8-
- we then [ship](../docs/Releasing.md), and iterate
8+
- we then [build and release](../docs/building.md), and iterate

docs/Releasing.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/building.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ Update the `gradle.properties` file
88
here: https://developer.android.com/studio/archive & https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
99
- To view the current sources from Android Studio, use https://cs.android.com/android-studio
1010

11+
Edit `CHANGELOG.md` to include the new version number and associated release notes.
12+
13+
Commit these changes.
14+
1115
Verify that the file `./resources/jxbrowser/jxbrowser.properties` has been copied from `./resources/jxbrowser/jxbrowser.properties.template`
1216
with the `<KEY>` replaced with a valid JXBrowser key to be used in the built Flutter plugin.
1317

1418
Run gradle:
1519

16-
- Make `flutterPluginVersion` in `gradle.properties` the release number, e.g. 87.0.1
1720
- Check that `$JAVA_HOME` is set (see CONTRIBUTING.md for instructions if not set)
18-
- Run `./gradlew buildPlugin` to build the plugin for the settings specified in `gradle.properties`
21+
- Run `./gradlew buildPlugin -Prelease` to build the plugin for the settings specified in `gradle.properties`
1922
- The output .zip file will be in `<flutter-intellij root>/build/distributions`
2023

2124
### Test and upload to the JetBrains Servers

0 commit comments

Comments
 (0)