-
Notifications
You must be signed in to change notification settings - Fork 53
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: fix maven-semantic-release by including commits for v3.2.0 #164
Conversation
also a few other things to address PR comments
Create Bugsnag reports when errors are encountered
Merge master into dev to bring 3.2.0 release to Conveyal repo
haltWithMessage has been changed to logMessageAndHalt
Merge back changes to Conveyal repo
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
===========================================
+ Coverage 5.11% 5.13% +0.02%
- Complexity 93 94 +1
===========================================
Files 133 133
Lines 6926 6929 +3
Branches 906 908 +2
===========================================
+ Hits 354 356 +2
- Misses 6544 6545 +1
Partials 28 28
Continue to review full report at Codecov.
|
🎉 This PR is included in version 3.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Previously it appeared that maven-semantic-release was not recognizing the latest version as
3.2.0
(see conveyal/maven-semantic-release#13). However, the commit for the3.2.0
release was only on the catalogueglobal/master branch and had not made its way back into the conveyal repo. This PR contains those missing commits as well as some other changes (catalogueglobal#108).