We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe0334 commit d195c77Copy full SHA for d195c77
1 file changed
admin/RELEASE.md
@@ -76,7 +76,7 @@ git clone git@github.com:codeigniter4/userguide.git
76
**index.rst**
77
* Create **user_guide_src/source/installation/upgrade_{ver}.rst**, fill in the
78
"All Changes" section, and add it to **upgrading.rst**
79
- * git diff --name-status master -- . ':!system'
+ * git diff --name-status origin/master -- . ':!system'
80
* Commit the changes with "Prep for 4.x.x release" and push to origin
81
* Create a new PR from `release-4.x.x` to `develop`:
82
* Title: "Prep for 4.x.x release"
0 commit comments