mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-13 19:32:25 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de1db2e70c | ||
|
|
dab04f4e3b |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -55,8 +55,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
elisiariocouto/jsonschema-markdown
|
elisiariocouto/leggen
|
||||||
ghcr.io/elisiariocouto/jsonschema-markdown
|
ghcr.io/elisiariocouto/leggen
|
||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
## 0.1.1 (2024/02/18)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Change project name on container registries. ([dab04f4e](https://github.com/elisiariocouto/leggen/commit/dab04f4e3b1d87af5be9138c931bf637637a2535))
|
||||||
|
|
||||||
|
|
||||||
## 0.1.0 (2024/02/18)
|
## 0.1.0 (2024/02/18)
|
||||||
|
|
||||||
### Miscellaneous Tasks
|
### Miscellaneous Tasks
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "leggen"
|
name = "leggen"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "An Open Banking CLI"
|
description = "An Open Banking CLI"
|
||||||
authors = ["Elisiário Couto <elisiario@couto.io>"]
|
authors = ["Elisiário Couto <elisiario@couto.io>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user