Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add analyze info
  • Loading branch information
buenaflor committed Nov 16, 2023
commit bc9d0c87f1b0d436808150b09e3754e7925f2861
4 changes: 4 additions & 0 deletions docs/new-package-release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ This page serves as a checklist of what to do when releasing a new package for t

- [ ] In the root `.gitignore` file add the package coverage as ignored.

The `analyze` workflow will fail in your PR and in the main branch because the package is not released yet and the `pubspec.yaml` is not 'valid' according to the analyzer.
This is expected - it will succeed after the release.
- [ ] Make sure the analyze workflow doesn't have other failures, only the one mentioned above.

- [ ] **The most important**: add your package to `scripts/bump-version.sh`.

## Doing the Release
Expand Down