## 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 ```
Lack of hard reset of head in steps:
Step 3 and Step 9 need to reset the local head of the
staging/[main, develop]branches to match the force-pushed remote. i.e: