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
As we described here that release does not work of git commit return a hash with not exactly 7 characters.
You can fix the problem by forcing git to use always 7 characters for short hashes:
- name: Set the length for git short commit hashes
run: |
git config --global core.abbrev 7
Adding that step before using git-queue. As we want to stop using short commit hashes I think we can fix it by releasing a v2-beta version once #123 is finished.