Skip to content

Commit

Permalink
Prepare 0.2.4.2 release.
Browse files Browse the repository at this point in the history
Reformatted.
Use new .github build workflow.
Added custom release workflow.
Updated package metadata.
  • Loading branch information
brianjosephmckeon committed Feb 16, 2024
1 parent 1975c6a commit e60e895
Show file tree
Hide file tree
Showing 34 changed files with 936 additions and 1,109 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@byteverse/l3c
11 changes: 11 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: build
on:
pull_request:
branches:
- "*"

jobs:
call-workflow:
uses: byteverse/.github/.github/workflows/build-matrix.yaml@main
with:
cabal-file: country/country.cabal
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: release
on:
push:
tags:
- "*"

jobs:
call-workflow:
uses: byteverse/.github/.github/workflows/release.yaml@main
secrets: inherit
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode/
*.aux
cabal-dev
.cabal-sandbox
Expand Down
146 changes: 0 additions & 146 deletions .travis.yml

This file was deleted.

23 changes: 0 additions & 23 deletions README.md

This file was deleted.

2 changes: 2 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
packages: ./country, ./code-generation
tests: True
benchmarks: True
1 change: 0 additions & 1 deletion code-generation/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions code-generation/Setup.hs

This file was deleted.

Loading

0 comments on commit e60e895

Please sign in to comment.