You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
It's very easy to mess up creating a release, as we just did with v2.0.1 (we forgot to update the app version in pubspec.yaml and in-app). We should have a checklist or something like that for releasing an update. Even better would be automating some/all of the steps.
The text was updated successfully, but these errors were encountered:
Benefits:
- Fewer dependencies (yay!)
- We now need to update the app version on new releases only in two
places: `pubspec.yaml` and `lib/constants.dart`. I plan to create a
release guide so we don't forget either when creating a new
release[1].
[1]: Lacerte#285
Benefits:
- Fewer dependencies (yay!)
- We now need to update the app version on new releases only in two
places: `pubspec.yaml` and `lib/constants.dart`. I plan to create a
release guide so we don't forget either when creating a new
release[1].
[1]: Lacerte#285
Benefits:
- Fewer dependencies (yay!)
- We now need to update the app version on new releases only in two
places: `pubspec.yaml` and `lib/constants.dart`. I plan to create a
release guide so we don't forget either when creating a new
release[1].
[1]: #285
triallax
added a commit
to triallax/clima
that referenced
this issue
Jul 10, 2022
It's very easy to mess up creating a release, as we just did with v2.0.1 (we forgot to update the app version in
pubspec.yaml
and in-app). We should have a checklist or something like that for releasing an update. Even better would be automating some/all of the steps.The text was updated successfully, but these errors were encountered: