Skip to content

Commit

Permalink
fix: update contributing guidelines for rebase branch (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn authored Oct 22, 2024
1 parent 3741616 commit 9f843e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- "*.md"
push:
branches:
- master
- main
paths-ignore:
- "docs/**"
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ git commit --fixup=SHA
Once all the changes are approved, you can squash your commits:

```bash
git rebase -i --autosquash master
git rebase -i --autosquash main
```

And force-push:
Expand Down

0 comments on commit 9f843e0

Please sign in to comment.