Skip to content

Commit e26197f

Browse files
committed
Add a title to MIGRATION.md
1 parent d11e25e commit e26197f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

MIGRATION.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
###From `7.0.0` to `8.0.0`
1+
# Migration Instructions for Major Releases
2+
3+
### From `7.0.0` to `8.0.0`
24

35
We are no longer pushing to remote after creating a new commit or a branch. That means, developers need to manually push the changes or add push commands in the project's `Fastfile`. Most importantly, we can no longer immediately trigger beta/final builds after creating a new commit because the changes will not be in remote yet. If you want to keep the existing behavior, you'll need to add a push command before these triggers.
46

0 commit comments

Comments
 (0)