Skip to content

Commit

Permalink
add changelog and update release inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed May 3, 2022
1 parent 6af5019 commit bb87e25
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changes/2.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 2.2.2 - 2022-05-02
### Added
* Everything is awesome.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ on:
is_prod:
# TODO: need an action to clean up test builds for testing purposes
description: 'Is this a production build/release'
default: 'false'
default: false
required: true
type: string
type: boolean
# outputs:
# name:
# description: "Package name"
Expand Down Expand Up @@ -57,6 +57,9 @@ jobs:
with:
sha: ${{ github.event.inputs.sha }}
version_number: ${{ github.event.inputs.version_number }}
file_uploads: |
action_testing-${{github.event.inputs.version_number}}-py3-none-any.whl
action_testing-${{github.event.inputs.version_number}}.tar.gz
# pypi_release:
# needs: [github_release]
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

No releases yet, this file will be updated when generating your first release.
## 2.2.2 - 2022-05-02
### Added
* Everything is awesome.

0 comments on commit bb87e25

Please sign in to comment.