diff options
| author | 2021-12-21 23:15:26 +0100 | |
|---|---|---|
| committer | 2021-12-21 23:15:26 +0100 | |
| commit | e522484eb4dd66c07e9684691e722e9897690158 (patch) | |
| tree | 4031ea616d99239c3f0e5e827fc7be110683aad9 | |
| parent | Merge branch 'zig-master' (diff) | |
| download | zig-clap-e522484eb4dd66c07e9684691e722e9897690158.tar.gz zig-clap-e522484eb4dd66c07e9684691e722e9897690158.tar.xz zig-clap-e522484eb4dd66c07e9684691e722e9897690158.zip | |
Master branch now follows zig master
It makes more sense to have the master branch follow zig master, and
then create versioned branches to backport bug fixes to if nessesary
| -rw-r--r-- | .github/workflows/main.yml | 2 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | example/README.md.template | 4 |
3 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08d791f..7f6e216 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -2,6 +2,8 @@ name: CI | |||
| 2 | on: | 2 | on: |
| 3 | push: | 3 | push: |
| 4 | pull_request: | 4 | pull_request: |
| 5 | schedule: | ||
| 6 | - cron: '0 0 * * *' | ||
| 5 | 7 | ||
| 6 | jobs: | 8 | jobs: |
| 7 | test: | 9 | test: |
| @@ -2,10 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | A simple and easy to use command line argument parser library for Zig. | 3 | A simple and easy to use command line argument parser library for Zig. |
| 4 | 4 | ||
| 5 | Looking for a version that works with `zig master`? The `zig-master` branch has | ||
| 6 | you covered. It is maintained by people who live at head (not me) and is merged | ||
| 7 | into master on every `zig` release. | ||
| 8 | |||
| 9 | ## Features | 5 | ## Features |
| 10 | 6 | ||
| 11 | * Short arguments `-a` | 7 | * Short arguments `-a` |
diff --git a/example/README.md.template b/example/README.md.template index 1848d03..127cd74 100644 --- a/example/README.md.template +++ b/example/README.md.template | |||
| @@ -2,10 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | A simple and easy to use command line argument parser library for Zig. | 3 | A simple and easy to use command line argument parser library for Zig. |
| 4 | 4 | ||
| 5 | Looking for a version that works with `zig master`? The `zig-master` branch has | ||
| 6 | you covered. It is maintained by people who live at head (not me) and is merged | ||
| 7 | into master on every `zig` release. | ||
| 8 | |||
| 9 | ## Features | 5 | ## Features |
| 10 | 6 | ||
| 11 | * Short arguments `-a` | 7 | * Short arguments `-a` |