@@ -16,7 +16,7 @@ This folder contains tools or docs useful for project maintainers.
1616 It is meant to be downloaded by developers, or composer-installed.
1717 This is a read-only repository.
1818- ** appstarter** is the released application starter repository.
19- It is derived from the framework's ` application ` and ` public ` folders, with
19+ It is derived from the framework's ` app ` and ` public ` folders, with
2020 a composer requirement dependency to pull in the framework itself.
2121 It is meant to be downloaded or composer-installed.
2222 This is a read-only repository.
@@ -64,14 +64,10 @@ scripts used by the release manager:
6464 in it, and it will run the related scripts following, to revise
6565 the release distributions.
6666 Usage: ` admin/release version qualifier `
67- - ** release-framework** builds the distributable framework repo.
68- It could be used on its own, but is normally part of ` release ` .
69- - ** release-appstarter** builds the distributable appstarter repo.
70- It could be used on its own, but is normally part of ` release ` .
7167- ** release-userguide** builds the distributable userguide repo.
7268 It could be used on its own, but is normally part of ` release ` .
7369- ** release-deploy** pushes the release changes to the appropriate github
74- repositories. Tag & create releases on github . This is not easily reversible!
70+ repositories. Tag & create releases on GitHub . This is not easily reversible!
7571 Usage: ` admin/release-deploy version qualifier `
7672- ** release-revert** can be used to restore your repositories to the state they
7773 were in before you started a release. ** IF** you haven't deployed.
0 commit comments