Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Jul 27, 2020
1 parent e5d40bd commit 7de9312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
cd /home/runner/work/test/
sudo gem install github_changelog_generator
github_changelog_generator --user GluuFederation --project community-edition-containers --date-format "%m/%d/%Y" --header-label "# Release Notes" --output release_notes.md --token ${{ secrets.token }} --since-tag ${{ steps.get_version.outputs.pversion }}
github_changelog_generator --user GluuFederation --project community-edition-containers --date-format "%m/%d/%Y" --header-label "# Release Notes" --output release_notes.md --token ${{ secrets.token }} --since-tag v${{ steps.get_version.outputs.pversion }}
sed -i '$ d' release_notes.md
github_changelog_generator --user GluuFederation --project community-edition-containers --date-format "%m/%d/%Y" --token ${{ secrets.token }}
sed -i '$ d' CHANGELOG.md
Expand Down
1 change: 1 addition & 0 deletions pygluu/kubernetes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

__version__ = "1.2.2"
__previous_version__ = "1.2.1"

0 comments on commit 7de9312

Please sign in to comment.