Skip to content

Commit

Permalink
Add release notes template.
Browse files Browse the repository at this point in the history
  • Loading branch information
xian committed Mar 15, 2019
1 parent c9c45b7 commit 2e3a74b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions scripts/release-notes-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Robolectric 4.3 Alpha 1

Robolectric 4.3 Alpha 1 is an alpha release. APIs are very likely to change and new features will be added. We'd love feedback from testing this version, but we recommend you don't rely on it in your test suite.

This release introduces a new extension mechanism for Robolectric, fixes a performance regression in 4.x, and includes numerous SDK support improvements and bug fixes.

## Features
* Description. Thanks @user! [issue #x].<sup>[b1](#beta1)</sup>

## Android SDK support and Test API changes

## Configuration

## Bug Fixes

## Deprecations and Removals

## Internal Changes

## Known Issues

## Compatibility
* Android Studio/Android Gradle Plugin 3.3 or 3.4 Beta
* Android SDK 28 (includes support for testing against SDKs from 16 on)

## Use Robolectric:

``` groovy
testCompile "org.robolectric:robolectric:4.2-beta-1"
```

Find more [details here](http://robolectric.org/getting-started/). Report issues [here](https://github.com/robolectric/robolectric/issues). Enjoy!
___
<a name="alpha2"><sup>a2</sup></a> — added in Alpha 2.
<a name="beta1"><sup>b1</sup></a> — added in Beta 1.

0 comments on commit 2e3a74b

Please sign in to comment.