danahartweg / flutter_bloc_list_manager

Extension to flutter_bloc that handles the underlying logic to filter and search list view data dynamically.
https://medium.com/flutter-community/building-a-package-to-manage-lists-with-flutter-bloc-7197e2dd7811
MIT License
15 stars 1 forks source link

Use correct version number in release_publish action #25

Closed danahartweg closed 2 years ago

danahartweg commented 2 years ago

Not sure how this worked before, it must have been something that got fixed between versions? Either way, hopefully this does the trick.

danahartweg commented 2 years ago

Based on some investigation, even though I've set up exclude on the changelog validator, it's not able to handle no changes in the root: https://github.com/zattoo/changelog/blob/master/src/index.js#L72

To keep things moving I'm going to open a new issues to try and fix it later, but manually exclude from validation for now.