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

FEDX-954: Add initial changelog and a dart pub publish --dry-run CI check #8

Merged
merged 5 commits into from
Jun 13, 2024
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
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ jobs:
run: dart format --output=none --set-exit-if-changed .
- name: Tests
run: dart test
- name: Publish dry-run
run: dart pub publish --dry-run
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.0-wip

- Initial release.
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: dpx
version: 0.1.0-wip
description: Execute Dart package binaries
version: 0.1.0
repository: https://github.com/Workiva/dpx

environment:
sdk: '>=2.19.0 <4.0.0'
Expand All @@ -18,6 +19,6 @@ dependencies:
yaml: ^3.1.2

dev_dependencies:
dependency_validator: ^3.2.3
dependency_validator: ^4.1.0
lints: ^2.0.1
test: ^1.24.3