Skip to content

Commit f42a190

Browse files
authored
Merge branch 'main' into allow-enum-in-header
2 parents fe9b2c5 + b03be16 commit f42a190

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

.github/workflows/release-dry-run.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,8 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
token: ${{ secrets.PAT }}
16-
- uses: actions-rs/toolchain@v1
17-
with:
18-
profile: minimal
19-
toolchain: stable
20-
- uses: Swatinem/rust-cache@v1
2116
- name: Install Knope
22-
uses: actions-rs/cargo@v1
17+
uses: knope-dev/action@v1
2318
with:
24-
command: install
25-
args: knope
19+
version: 0.4.3
2620
- run: knope release --dry-run

.github/workflows/release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,10 @@ jobs:
1717
git_user_signingkey: true
1818
git_commit_gpgsign: true
1919
git_push_gpgsign: false
20-
- uses: actions-rs/toolchain@v1
21-
with:
22-
profile: minimal
23-
toolchain: stable
24-
- uses: Swatinem/rust-cache@v1
2520
- name: Install Knope
26-
uses: actions-rs/cargo@v1
21+
uses: knope-dev/action@v1
2722
with:
28-
command: install
29-
args: knope
23+
version: 0.4.3
3024
- name: Bump Version & Create GitHub Release
3125
run: knope release
3226
env:

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
## Creating a Pull Request
3434

35-
Once you've written the code and run the checks, the next step is to create a pull request against the `main` branch of this repository. This repository uses [conventional commits] squashed on each PR, then uses [Dobby] to auto-generate CHANGELOG.md entries for release. So the title of your PR should be in the format of a conventional commit written in plain english as it will end up in the CHANGELOG. Some example PR titles:
35+
Once you've written the code and run the checks, the next step is to create a pull request against the `main` branch of this repository. This repository uses [conventional commits] squashed on each PR, then uses [Knope] to auto-generate CHANGELOG.md entries for release. So the title of your PR should be in the format of a conventional commit written in plain english as it will end up in the CHANGELOG. Some example PR titles:
3636

3737
- feat: Support for `allOf` in OpenAPI documents (closes #123).
3838
- refactor!: Removed support for Python 3.5
@@ -45,4 +45,4 @@ Once your PR is created, a series of automated checks should run. If any of them
4545
As soon as possible, your PR will be reviewed. If there are any changes requested there will likely be a bit of back and forth. Once this process is done, your changes will be merged into main and included in the next release. If you need your changes available on PyPI by a certain time, please mention it in the PR, and we'll do our best to accommodate.
4646

4747
[Conventional Commits]: https://www.conventionalcommits.org/en/v1.0.0/
48-
[Dobby]: https://triaxtec.github.io/dobby/introduction.html
48+
[Knope]: https://knope-dev.github.io/knope/

0 commit comments

Comments
 (0)