diff --git a/.github/templates/github_actions_changelog_commit.yaml b/.github/templates/github_actions_changelog_commit.yaml index 78523b3..7e1d447 100644 --- a/.github/templates/github_actions_changelog_commit.yaml +++ b/.github/templates/github_actions_changelog_commit.yaml @@ -1,10 +1,10 @@ name: Get Changelog and Create Release Notes on: - push: - branches: [main] - tags: - - "v*" + # push: + # branches: [main] + # tags: + # - "v*" workflow_dispatch: jobs: diff --git a/.github/templates/list_all_commits.yaml b/.github/templates/list_all_commits.yaml index afda553..d9c77bf 100644 --- a/.github/templates/list_all_commits.yaml +++ b/.github/templates/list_all_commits.yaml @@ -1,11 +1,11 @@ name: List All Commits on: - push: - branches: - - main - - master - - develop + # push: + # branches: + # - main + # - master + # - develop workflow_dispatch: inputs: format: diff --git a/.github/templates/semantic_release.yaml b/.github/templates/semantic_release.yaml index bb5625c..9d7c911 100644 --- a/.github/templates/semantic_release.yaml +++ b/.github/templates/semantic_release.yaml @@ -1,10 +1,7 @@ name: Get Next Version with Python Semantic Release on: - push: - branches: [main] - pull_request: - branches: [main] + workflow_dispatch: jobs: get-version: @@ -34,5 +31,5 @@ jobs: - name: Print version info run: | - echo "Current version: $(semantic-release version --current)" + echo "Current version: $(semantic-release version --print)" echo "Next version: $NEXT_VERSION" diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 898756c..329b24a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ - Ruff for linting - MyPy for type checking - uses a custom Python script to check for secrets +- uses `detect-secrets` to check for secrets ## Setup @@ -16,7 +17,7 @@ `uv run pre-commit install --hook-type commit-msg` sets up precommit and conventional commits -Test: +## Test `git add .` diff --git a/README_CRAIG_NOTES.md b/README_CRAIG_NOTES.md index ecb127b..20b5653 100644 --- a/README_CRAIG_NOTES.md +++ b/README_CRAIG_NOTES.md @@ -32,6 +32,8 @@ v3.0.0 - has the `ci.yaml` OK v3.1.0 - has the detect-secrets precommit as gitleaks did not seem to work. Tested with `ci.yaml` +v3.1.1 - add CHANGELOG.md + -------------------------------------------------------------------- # Set up diff --git a/pyproject.toml b/pyproject.toml index dc13a6f..01b8989 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gha-python" -version = "3.0.0" +version = "3.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.10"
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: