Skip to content

Commit 542b278

Browse files
chore(release): 2.2.0 [skip ci]
## [2.2.0](v2.1.2...v2.2.0) (2022-10-04) ### Features * **GitHub Action:** Make the `github_token` input optional ([#2](#2)) ([6337108](6337108))
1 parent 6337108 commit 542b278

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.0](https://github.com/bjoluc/semantic-release-config-poetry/compare/v2.1.2...v2.2.0) (2022-10-04)
7+
8+
9+
### Features
10+
11+
* **GitHub Action:** Make the `github_token` input optional ([#2](https://github.com/bjoluc/semantic-release-config-poetry/issues/2)) ([6337108](https://github.com/bjoluc/semantic-release-config-poetry/commit/63371083c06e3341560e1448d377cbf275c5ea44))
12+
613
## [2.1.2](https://github.com/bjoluc/semantic-release-config-poetry/compare/v2.1.1...v2.1.2) (2022-09-20)
714

815

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bjoluc/semantic-release-config-poetry",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "semantic-release configuration for Python projects using Poetry ",
55
"main": "release.config.js",
66
"files": [

0 commit comments

Comments
 (0)