Skip to content

Commit 4335b91

Browse files
authored
Merge pull request #9 from Instabug/ci/release-script
[MOB-5949] Apply pub release new guidelines
2 parents a50884d + c6802cc commit 4335b91

File tree

4 files changed

+13
-23
lines changed

4 files changed

+13
-23
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- run: pub get
1010
- run: flutter test
1111
- run: dartanalyzer --options analysis_options.yaml --fatal-warnings lib
12+
- run: flutter pub publish --dry-run
1213

1314
release:
1415
docker:
@@ -34,4 +35,4 @@ workflows:
3435
- hold
3536
filters:
3637
branches:
37-
only: master
38+
only: master

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
## [0.0.1] - TODO: Add release date.
1+
## v2.0.0 (2021-09-20)
22

3-
* TODO: Describe initial release.
3+
* Adds support for Dio v4.0
4+
* Upgrades to null safety
5+
6+
## v1.0.0 (2019-07-29)
7+
8+
* Updates instabug_flutter dependency name
9+
10+
## v0.0.1 (2019-07-22)
11+
12+
* Initial release

instabug_dio_interceptor.iml

Lines changed: 0 additions & 19 deletions
This file was deleted.

pubspec.yaml

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

87
environment:

0 commit comments

Comments
 (0)