Merge branch 'patch/cicd' into 'main'

fix: making pipeline work.

See merge request CodeByMrFinchum/PyPiUpdater!2
This commit is contained in:
Mr Finchum 2025-01-31 11:25:38 +00:00
commit e868bcf278
2 changed files with 5 additions and 2 deletions

View file

@ -26,8 +26,8 @@ build:
- job: gitversion
artifacts: true
script:
- sed -i "s/^__version__ = .*/__version__ = \"${GitVersion_MajorMinorPatch}\"/" src/PyPiUpdateCheck/__init__.py
- cat src/PyPiUpdateCheck/__init__.py
- sed -i "s/^__version__ = .*/__version__ = \"${GitVersion_MajorMinorPatch}\"/" src/PyPiUpdater/__init__.py
- cat src/PyPiUpdater/__init__.py
- python3 -m pip install build
- python3 -m build
artifacts:

View file

@ -1,5 +1,8 @@
# Changelog
## 0.1.1: CI/CD pipeline
- Added auto tagging and publishing
## 0.0.1: Project Initiation
- First working version
- ATM terminal promt to accept or deny update