-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix:test version * fix:test version * fix: test version upgrade * fix: test version * fix: test version * 0.0.1 Automatically generated by python-semantic-release * fix: version bump test * fix: version bump test * 0.0.2 Automatically generated by python-semantic-release * fix: version bump * fix: version bump --------- Co-authored-by: Nava Atluri <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: semantic-release <semantic-release>
- Loading branch information
1 parent
c14b8e7
commit 4db6e5d
Showing
3 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# This workflow will install Python dependencies, run tests and lint with a single version of Python | ||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python | ||
|
||
|
||
name: secureliCI | ||
|
||
on: | ||
|
@@ -33,8 +32,11 @@ jobs: | |
poetry run poe precommit | ||
poetry run poe coverage | ||
poetry run secureli yeti | ||
- name: Python Semantic Release | ||
- name: Semantic Release | ||
if: github.event_name == 'push' && github.ref == 'refs/heads/main' | ||
uses: relekang/python-semantic-release@master | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
run: | | ||
export GH_TOKEN=${{ secrets.GITHUB_TOKEN }} | ||
pip install python-semantic-release | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
semantic-release publish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v0.0.2 (2023-03-15) | ||
### Fix | ||
* Version bump test ([`5b496f9`](https://github.com/slalombuild/secureli/commit/5b496f91e127820b39b71692b2afa652bbeaed19)) | ||
* Version bump test ([`e57be41`](https://github.com/slalombuild/secureli/commit/e57be4142bdfee2a23806d4e5943d68fe1ff1b4e)) | ||
|
||
## v0.0.1 (2023-03-15) | ||
### Fix | ||
* Test version ([`d5d3fe1`](https://github.com/slalombuild/secureli/commit/d5d3fe1974a5877713f19e19557ffa44cc0bc8c6)) | ||
* Test version ([`e77a6e4`](https://github.com/slalombuild/secureli/commit/e77a6e4955e67157546df9fde99d96fbc6954fb5)) | ||
* Test version upgrade ([`7dd7973`](https://github.com/slalombuild/secureli/commit/7dd79730b531b9e7d2dc58c313e22716d34567ab)) | ||
* Testing version ([`09b8b10`](https://github.com/slalombuild/secureli/commit/09b8b10c677a22a94c0fd530256471c453aeb6e1)) | ||
* Testing version bump ([`d32381f`](https://github.com/slalombuild/secureli/commit/d32381faf63445a060369500160a79cf77a8e33c)) | ||
* Testing version bump ([`0dc1227`](https://github.com/slalombuild/secureli/commit/0dc1227a6f04f6b3b1f1219af73fedb3f0b070f6)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "secureli" | ||
version = "0.0.0" | ||
version = "0.0.2" | ||
description = "Secure Project Manager" | ||
authors = ["Tristan Leonard <[email protected]>"] | ||
readme = "README.md" | ||
|