Skip to content

Commit

Permalink
Rename to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Sep 3, 2022
1 parent b7e8336 commit 3ceb058
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ workflows:
- gofmt
filters:
branches:
only: master
only: main
post-deploy:
- slack/status
force: true
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Unreleased
[full changelog](http://github.com/sue445/gitpanda/compare/v0.10.2...master)
[full changelog](http://github.com/sue445/gitpanda/compare/v0.10.2...main)

## v0.10.2
[full changelog](http://github.com/sue445/gitpanda/compare/v0.10.1...v0.10.2)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tag:

.PHONY: release
release: tag
git push origin master
git push origin main

.PHONY: test
test:
Expand Down

0 comments on commit 3ceb058

Please sign in to comment.