Skip to content

Commit 85f289c

Browse files
author
Krzysztof Borowy
authored
chore: Setup semantic releases on master (#71)
This brings back semantic releases from master branch. Let's keep it this way, until we can think of a better release/deploy process.
1 parent 90ec24e commit 85f289c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,4 @@ workflows:
318318
- "Test: iOS e2e"
319319
filters:
320320
branches:
321-
only: release
321+
only: master

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branch": "release",
2+
"branch": "master",
33
"plugins": [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When you're sending a pull request:
2323

2424

2525
## Commits and versioning
26-
All PRs are squashed into `release` branch and wrapped up in a single commit, following [conventional commit message](https://www.conventionalcommits.org/en/v1.0.0-beta.3). Combined with [semantic versioning](https://semver.org/), this allows us to have a frequent releases of the library.
26+
All PRs are squashed into `master` branch and wrapped up in a single commit, following [conventional commit message](https://www.conventionalcommits.org/en/v1.0.0-beta.3). Combined with [semantic versioning](https://semver.org/), this allows us to have a frequent releases of the library.
2727

2828
*Note*: We don't force this convention on Pull Requests from contributors, but it's a clean way to see what type of changes are made, so feel free to follow it.
2929

@@ -40,11 +40,11 @@ Most notably prefixes you'll see:
4040

4141

4242
## Release process
43-
We use [Semantic Release](http://semantic-release.org) to automatically release new versions of the library when changes are merged into `release` branch. We plan to keep the `master` stable, before cutting the new versions. Bugs fixes take priority in release order.
43+
We use [Semantic Release](http://semantic-release.org) to automatically release new versions of the library when changes are merged into `master` branch, which we plan to keep stable. Bug fixes take priority in the release order.
4444

4545
## Reporting issues
4646
You can report issues on our [bug tracker](https://github.com/react-native-community/react-native-async-storage/issues). Please search for existing issues and follow the issue template when opening an one.
4747

4848

4949
## License
50-
By contributing to React Native Async Storage, you agree that your contributions will be licensed under the **MIT** license.
50+
By contributing to React Native Async Storage, you agree that your contributions will be licensed under the **MIT** license.

0 commit comments

Comments
 (0)