-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3a9068
commit 6ea7ef4
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,23 @@ | |
Automation is an internal Aeon tool used to automate release process of all Aeon libraries. | ||
It's still in the development phase, currently focused on generating change log files. | ||
|
||
## Composer Installation | ||
|
||
Before you start, [generate](https://github.com/settings/tokens) your own GitHub personal access token. | ||
|
||
``` | ||
git clone [email protected]:aeon-php/automation.git | ||
cd automation | ||
composer install | ||
bin/automation change-log:get aeon-php/calendar --github-token="*********" | ||
``` | ||
|
||
## Phar Installation | ||
|
||
TODO: Coming soon | ||
|
||
## Documentation | ||
|
||
```bash | ||
aeon-automation | ||
|
||
|
@@ -43,4 +60,7 @@ Available commands: | |
|
||
``` | ||
|
||
In general the tool is harmless, however it can create things like milestones so for now use them at your own risk. | ||
In general the tool is harmless, however it can create things like milestones so for now use them at your own risk. | ||
|
||
* [Contributing & Development](https://github.com/aeon-php/.github/blob/master/CONTRIBUTING.md) | ||
* [Forum](https://forum.aeon-php.org/) |