Skip to content

Commit

Permalink
Updated automation readme
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Dec 28, 2020
1 parent b3a9068 commit 6ea7ef4
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/)

0 comments on commit 6ea7ef4

Please sign in to comment.