Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 369274d

Browse files
semantic-release-bot chore(release): 1.0.1
## [1.0.1](v1.0.0...v1.0.1) (2022-02-04) ### Bug Fixes * Add support for generating python grpc protobufs ([#2](#2)) ([f9a4892](f9a4892))
1 parent f9a4892 commit 369274d

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/Unsupervisedcom/action-buf-generate/compare/v1.0.0...v1.0.1) (2022-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Add support for generating python grpc protobufs ([#2](https://github.com/Unsupervisedcom/action-buf-generate/issues/2)) ([f9a4892](https://github.com/Unsupervisedcom/action-buf-generate/commit/f9a4892a8ebdd8c685653a2db3e244bb2d64ea89))
7+
18
# 1.0.0 (2021-12-21)
29

310

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,19 @@ Uses Buf to generate compiled protos
1818
# Working directory
1919
# Default: ${{ github.workspace }}
2020
working-directory: ""
21+
22+
# Python version to compile python protos against
23+
# Default: 3.10.x
24+
python-version: ""
2125
```
2226
2327
<!-- end usage -->
2428
<!-- start inputs -->
2529
26-
| **Input** | **Description** | **Default** | **Required** |
27-
| :---------------------- | :---------------- | :-----------------------: | :----------: |
28-
| **`working-directory`** | Working directory | `${{ github.workspace }}` | **false** |
30+
| **Input** | **Description** | **Default** | **Required** |
31+
| :---------------------- | :---------------------------------------------- | :-----------------------: | :----------: |
32+
| **`working-directory`** | Working directory | `${{ github.workspace }}` | **false** |
33+
| **`python-version`** | Python version to compile python protos against | `3.10.x` | **false** |
2934

3035
<!-- end inputs -->
3136
<!-- start outputs -->

0 commit comments

Comments
 (0)