Skip to content

Commit

Permalink
🔖 Release version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 7, 2024
1 parent 2521ac6 commit 58bc7e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM tiangolo/latest-changes:0.3.1
FROM tiangolo/latest-changes:0.3.2
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tiangolo/[email protected].1
- uses: tiangolo/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: tiangolo/[email protected].1
- uses: tiangolo/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_file: docs/release-notes.md
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.ACTIONS_TOKEN }}
- uses: tiangolo/[email protected].1
- uses: tiangolo/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -302,6 +302,8 @@ So, the commits will still be shown as made by `github-actions`.

### Latest Changes - Latest Changes 🤷

### 0.3.2

#### Features

* ✨ Prevent CI workflows from running on a latest changes commit, add `[skip ci]` to commit message. PR [#76](https://github.com/tiangolo/latest-changes/pull/76) by [@patrick91](https://github.com/patrick91).
Expand Down

0 comments on commit 58bc7e0

Please sign in to comment.