Skip to main content

Datateer CLI to support devops and infrastructure

Project description

Scripts for devops

Development

Setup

  1. poetry install
  2. poetry shell

Fixing Semantic Release

This is to resolve issues cuased by manually creating a version tag in conflict with what the CI process wants to create.

Disclaimer

The below needs to be completed as an administrator of the git repo

This process is required because the semantic release action being used requires matching information

Steps

  1. Pull down the current main branch to your local
    1. Ensure that your git status shows no changes
  2. Record the current tag without the v prefix
  3. Update files:
    1. datateer_cli/__init__.py
      1. set __version__ to the currnet version
    2. CHANGELOG.md
      1. follow the format seen in the file adding the current version
  4. git add .
  5. git commit -m ""
    1. ensure that there isn't any other text other than the version for the commit message
  6. git push

Now you have brought the repo back into a state where the semantic release can work as expected

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datateer_cli-0.26.2.tar.gz (22.2 kB view hashes)

Uploaded Source

Built Distribution

datateer_cli-0.26.2-py3-none-any.whl (33.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page