Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: extend semantic release commit parser to understand ! breaking changes #164

Closed
mikehardy opened this issue Dec 29, 2021 · 3 comments

Comments

@mikehardy
Copy link
Collaborator

Do this on the beta branch
Likely source of reference change is in react-native-google-ads repo
Run action on beta branch after commiting a ! change to make sure it releases a v7 under beta tag on npmjs.com

cc @rnike

@mikehardy mikehardy self-assigned this Dec 29, 2021
mikehardy added a commit that referenced this issue Dec 29, 2021
this should allow easier (more conventional, really) commit style for
release management via semantic release system

clone of this commit which is working well on react-native-google-ads
invertase/react-native-google-mobile-ads@638c63f

Fixes #164
github-actions bot pushed a commit that referenced this issue Dec 29, 2021
## [7.0.0-beta.1](v6.2.1-beta.1...v7.0.0-beta.1) (2021-12-29)

### ⚠ BREAKING CHANGES

* **release:** use conventional commits style for commit parsing
* update dependencies

### Bug Fixes

* **release:** use conventional commits style for commit parsing ([a891963](a891963)), closes [#164](#164)
* update dependencies ([7d2e719](7d2e719))
@github-actions
Copy link

🎉 This issue has been resolved in version 7.0.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@mikehardy
Copy link
Collaborator Author

Got it!

mikehardy added a commit that referenced this issue Jan 21, 2022
this should allow easier (more conventional, really) commit style for
release management via semantic release system

clone of this commit which is working well on react-native-google-ads
invertase/react-native-google-mobile-ads@638c63f

Fixes #164
mikehardy pushed a commit that referenced this issue Jan 21, 2022
## [7.0.0-beta.1](v6.2.1-beta.1...v7.0.0-beta.1) (2021-12-29)

### ⚠ BREAKING CHANGES

* **release:** use conventional commits style for commit parsing
* update dependencies

### Bug Fixes

* **release:** use conventional commits style for commit parsing ([a891963](a891963)), closes [#164](#164)
* update dependencies ([7d2e719](7d2e719))
github-actions bot pushed a commit that referenced this issue Jan 21, 2022
## [7.0.0](v6.2.0...v7.0.0) (2022-01-21)

### ⚠ BREAKING CHANGES

* **release:** use conventional commits style for commit parsing
* update dependencies
* migrate to typescript (#155)

### Features

* add clearUserID to AppEventsLogger (`setUserId(null)` throws exception from SDK) ([#185](#185)) ([03306a6](03306a6))
* export all module types ([#173](#173)) ([bd7f968](bd7f968))
* **ios:** AEM logger ([#165](#165)) ([be1e861](be1e861))

### Bug Fixes

* **android, build:** delete jcenter from rootProject - should not affect consuming apps ([#184](#184)) ([a76c285](a76c285))
* **android, deprecation:** Replace deprecated GameRequestDialog ([#172](#172)) ([a0c20d2](a0c20d2))
* **android:** remove dead code ([#176](#176)) ([a24bdb4](a24bdb4))
* **iOS:** update deprecated methods ([81fc259](81fc259))
* **release:** use conventional commits style for commit parsing ([c311031](c311031)), closes [#164](#164)
* update dependencies ([ddc968f](ddc968f))

### Code Refactoring

* migrate to typescript ([#155](#155)) ([d55e203](d55e203))
@github-actions
Copy link

🎉 This issue has been resolved in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant