We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e4ec5 commit 4f54e7eCopy full SHA for 4f54e7e
1 file changed
admin/RELEASE.md
@@ -73,9 +73,9 @@ cd release-test
73
composer test && composer info codeigniter4/framework
74
```
75
* Verify that the user guide actions succeeded:
76
- * "Deploy Distributable Repos", framework repo
77
- * "Deploy Production", UG repo
78
- * "pages-build-deployment", UG repo
+ * "[Deploy Distributable Repos](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/deploy-distributables.yml)", the main repo
+ * "[Deploy Production](https://github.com/codeigniter4/userguide/actions/workflows/deploy.yml)", UG repo
+ * "[pages-build-deployment](https://github.com/codeigniter4/userguide/actions/workflows/pages/pages-build-deployment)", UG repo
79
* Fast-forward `develop` branch to catch the merge commit from `master`
80
```console
81
git fetch origin
0 commit comments