Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cookiecutter template to a3eb74 #33

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

RKIMetadataExchange
Copy link
Contributor

Conflicts

@@ -75,16 +74,16 @@ components of the MEx project are open-sourced under the same license as well.
 ### updating dependencies
 
 - update boilerplate files with `cruft update`
-- update global dependencies in `requirements.txt` manually
+- update global requirements in `requirements.txt` manually
 - update git hooks with `pre-commit autoupdate`
 - show outdated dependencies with `poetry show --outdated`
 - update dependencies in poetry using `poetry update --lock`
-- update github actions manually in `.github/workflows/*.yml`
+- update github actions in `.github/workflows/*.yml` manually
 
 ### creating release
 
-- update version, eg `poetry version minor`
-- commit update `git commit --message "..." pyproject.toml`
+- update version in `pyproject.toml` and `CHANGELOG.md`
+- commit update `git commit --message "..."`
 - create a tag `git tag ...`
 - push `git push --follow-tags`
 

@RKIMetadataExchange RKIMetadataExchange added the cruft Fight back against the boilerplate monster label Mar 13, 2024
@RKIMetadataExchange RKIMetadataExchange self-assigned this Mar 13, 2024
@cutoffthetop cutoffthetop merged commit b3084a4 into main Mar 13, 2024
5 checks passed
@cutoffthetop cutoffthetop deleted the cruft/cookiecutter-template-a3eb74 branch March 13, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cruft Fight back against the boilerplate monster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants