Creating your First Release¶
A release comprises three stages:
- Patching the semantic version within a set of configured files (known as file bumping)
- Generating a changelog
- Tagging the repository
Uplift Configuration¶
File bumping currently requires a configuration file named .uplift.yml
. Please review our guide on configuring file bumps for comprehensive details.
Go, create that release 🚀
Skipping Stages¶
You can skip file bumping --skip-bumps
and changelog creation --skip-changelog
by using either of the supported flags.