Skip to content

Commit

Permalink
chore(main): release 4.0.1 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 30, 2023
1 parent 9af6ff3 commit 8a415f2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "4.0.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.0.1](https://github.com/bugbundle/texdora/compare/v4.0.0...v4.0.1) (2023-12-30)


### Features

* add back cache for docker image ([cc7173c](https://github.com/bugbundle/texdora/commit/cc7173cf3800bec0ee7557014b01f94ca197ed51))


### Bug Fixes

* remove unused dot in manifest ([7408f30](https://github.com/bugbundle/texdora/commit/7408f30cff24d9302e4c0dd1c6edba2bdea957b0))

## [3.5.0](https://github.com/import-benjamin/texdora/compare/v3.4.0...v3.5.0) (2023-12-27)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: bugbundle/[email protected].0
- uses: bugbundle/[email protected].1
```
An alternative would be to use it directly as a docker image:
Expand All @@ -22,7 +22,7 @@ An alternative would be to use it directly as a docker image:
jobs:
build:
runs-on: ubuntu-latest
container: docker://ghcr.io/bugbundle/[email protected].0
container: docker://ghcr.io/bugbundle/[email protected].1
steps:
- uses: actions/checkout@v4
- run: make papers.pdf
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/import-benjamin/texdora:v4.0.0' # x-release-please-version
image: 'docker://ghcr.io/import-benjamin/texdora:v4.0.1' # x-release-please-version
entrypoint: /usr/bin/make
args:
- "${{ inputs.target }}"

0 comments on commit 8a415f2

Please sign in to comment.