Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow core22 migration instructions for syntax better this time
Should be fixed now. ``` override-stage: | snapcraftctl stage ``` translates to ``` override-stage: | craftctl default ``` And Setting a version ``` override-<step>: | snapcraftctl set-version 1.0.0 ``` translates to ``` override-<step>: | craftctl set version=1.0.0 ```
- Loading branch information