mantiumai / chirps

Discover sensitive/confidential information stored in a vector database
GNU General Public License v3.0
57 stars 7 forks source link

Patch version bumping #174

Open PedroAVJ opened 11 months ago

PedroAVJ commented 11 months ago

Implement Version Bump Workflow (closes #112)

Description:
Implemented the version bump workflow using the GitHub action referenced in issue #112.

Key Changes:

Important Notes:

  1. Personal Access Token (PAT) Requirement: This workflow requires a PAT to function. Once generated, the login field in the workflow file should be updated with the username of the account that created the PAT.
  2. Tested Successfully: To ensure the workflow functions as expected and to prevent unintentional behavior (like a fork bomb), I've tested this implementation on my private repository.

Next Steps: