## Lack of hard reset of head in steps: [Step 3](https://github.com/torrust/torrust-tracker/blob/develop/docs/release_process.md#3-create-release-commit) and [Step 9](https://github.com/torrust/torrust-tracker/blob/develop/docs/release_process.md#9-create-comment-that-bumps-next-development-version) need to reset the local head of the `staging/[main, develop]` branches to match the force-pushed remote. i.e: ``` git reset --hard torrust/staging/main # or git reset --hard torrust/staging/develop ```