Skip to content

Commit

Permalink
chore(main): release 4.1.2 (#16)
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 Apr 18, 2024
1 parent a513f5c commit ec4a2bf
Show file tree
Hide file tree
Showing 4 changed files with 15 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.1.1"
".": "4.1.2"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.1.2 (2024-04-18)

## What's Changed
* build(deps): bump ubuntu from `e9569c2` to `f9d633f` by @dependabot in https://github.com/bugbundle/texdora/pull/11
* build(deps): bump ubuntu from `f9d633f` to `77906da` by @dependabot in https://github.com/bugbundle/texdora/pull/15
* build(deps): bump docker/build-push-action from 5.1.0 to 5.3.0 by @dependabot in https://github.com/bugbundle/texdora/pull/14
* build(deps): bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/bugbundle/texdora/pull/13


**Full Changelog**: https://github.com/bugbundle/texdora/compare/v4.1.1...v4.1.2

## 4.1.1 (2024-02-21)

## What's Changed
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].1
- uses: bugbundle/[email protected].2
```
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].1
container: docker://ghcr.io/bugbundle/[email protected].2
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/bugbundle/texdora:v4.1.1' # x-release-please-version
image: 'docker://ghcr.io/bugbundle/texdora:v4.1.2' # x-release-please-version
entrypoint: /usr/bin/make
args:
- "${{ inputs.target }}"

0 comments on commit ec4a2bf

Please sign in to comment.