Skip to content

Instantly share code, notes, and snippets.

View pszponder's full-sized avatar

Piotr Szponder pszponder

View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active July 19, 2024 17:53
Conventional Commits Cheatsheet

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default

@usr-ein
usr-ein / Dockerfile
Last active July 12, 2024 08:39
Optimal multistaged Dockerfile for poetry
# syntax=docker/dockerfile:1
# Keep this syntax directive! It's used to enable Docker BuildKit
# Based on https://github.com/python-poetry/poetry/discussions/1879?sort=top#discussioncomment-216865
# but I try to keep it updated (see history)
################################
# PYTHON-BASE
# Sets up all our shared environment variables
################################