Skip to content

[MOB-5949] Apply pub release new guidelines #9

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

Merged
merged 4 commits into from
Sep 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- run: pub get
- run: flutter test
- run: dartanalyzer --options analysis_options.yaml --fatal-warnings lib
- run: flutter pub publish --dry-run

release:
docker:
Expand All @@ -34,4 +35,4 @@ workflows:
- hold
filters:
branches:
only: master
only: master
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.1] - TODO: Add release date.
## v2.0.0 (2021-09-20)

* TODO: Describe initial release.
* Adds support for Dio v4.0
* Upgrades to null safety

## v1.0.0 (2019-07-29)

* Updates instabug_flutter dependency name

## v0.0.1 (2019-07-22)

* Initial release
19 changes: 0 additions & 19 deletions instabug_dio_interceptor.iml

This file was deleted.

1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: instabug_dio_interceptor
description: This package is an add on to instabug_flutter. It intercepts any requests performed
with Dio Package and sends them to the report that will be sent to the dashboard.
version: 2.0.0
author: Instabug <support@instabug.com>
homepage: https://github.com/Instabug/Instabug-Flutter#readme

environment:
Expand Down