Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action.git"
+ git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git"
git tag -d v${{ steps.release.outputs.major }} || true
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true
git push origin :v${{ steps.release.outputs.major }} || true
Setup [volta](https://volta.sh/) with [pnpm](https://github.com/pnpm/pnpm) package manager support: https://docs.volta.sh/advanced/pnpm
+### Branching model
+
+The `main` branch is the default development branch.
+The `vX` branches are the maintenance branches for the corresponding major version `X`.
+The `vX.Y` branches are the maintenance branches for the corresponding major and minor version `X.Y`.
+
### Dependencies
Enable corepack, if [volta](https://volta.sh/) is not installed and configured, and install latest pnpm version: