[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Feb 21, 2022
1 parent 7863e65 commit 57dff89
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/ci/.pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
generator
2 changes: 1 addition & 1 deletion packages/ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Future<void> main() async {

The default CI vendors list is sourced from [watson/ci-info](https://github.com/watson/ci-info/blob/master/vendors.json), with an additional local [`vendors.json`](tools/vendors.json) file that allows adding new vendors or overriding vendors from the default CI vendors list.

In most cases, you should make changes to the local [`vendors.json`](tools/vendors.json) file and send a PR to add in support. Run `dart tools/generate_vendors.dart` before submitting your PR to update the generated `vendor.g.dart` file.
In most cases, you should make changes to the local [`vendors.json`](tools/vendors.json) file and send a PR to add in support. Run `dart generator/generate_vendors.dart` before submitting your PR to update the generated `vendor.g.dart` file.

---

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/storagebox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 1.0.0
## 0.1.0

- Initial version.
2 changes: 1 addition & 1 deletion packages/storagebox/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: storagebox
description: Easily store configuration keys and values for your CLI and web apps.
version: 1.0.0
version: 0.1.0
repository: https://github.com/invertase/dart-cli-utilities/tree/main/packages/storagebox

environment:
Expand Down

0 comments on commit 57dff89

Please sign in to comment.