Skip to content

Commit

Permalink
Prepare 0.2.0.1 release.
Browse files Browse the repository at this point in the history
Removed other subprojects.
Reformatted.
Use new .github workflows.
Updated changelog.
  • Loading branch information
brianjosephmckeon committed Mar 7, 2024
1 parent 22dfe83 commit 352b480
Show file tree
Hide file tree
Showing 60 changed files with 211 additions and 5,007 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: geolite-csv-colonnade.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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Revision history for geolite-csv-colonnade

## 0.2.0.1 -- 2024-03-06

* Update package metadata.
File renamed without changes.
11 changes: 0 additions & 11 deletions README.md

This file was deleted.

2 changes: 0 additions & 2 deletions blaze-colonnade/Setup.hs

This file was deleted.

38 changes: 0 additions & 38 deletions blaze-colonnade/blaze-colonnade.cabal

This file was deleted.

48 changes: 0 additions & 48 deletions blaze-colonnade/hackage-docs.sh

This file was deleted.

Loading

0 comments on commit 352b480

Please sign in to comment.