Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
coal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coal
coal
Commits
cf4380b7
Unverified
Commit
cf4380b7
authored
1 month ago
by
Joris Vaillant
Browse files
Options
Downloads
Patches
Plain Diff
dev: Document how to release
parent
adbaedf8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#49985
passed
1 month ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
development/release.md
+34
-0
34 additions, 0 deletions
development/release.md
with
34 additions
and
0 deletions
development/release.md
0 → 100644
+
34
−
0
View file @
cf4380b7
# Release with Pixi
To create a release with Pixi run the following commands on the
**devel**
branch:
```
bash
COAL_VERSION
=
X.Y.Z pixi run release_new_version
git push origin
git push origin vX.Y.Z
git push origin devel:master
```
Where
`X.Y.Z`
is the new version.
Be careful to follow the
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
rules.
You will find the following assets:
-
`./build_new_version/coal-X.Y.Z.tar.gz`
-
`./build_new_version/coal-X.Y.Z.tar.gz.sig`
Then, create a new release on
[
GitHub
](
https://github.com/coal-library/coal/releases/new
)
with:
*
Tag: vX.Y.Z
*
Title: Coal X.Y.Z
*
Body:
```
## What's Changed
CHANGELOG CONTENT
**Full Changelog**: https://github.com/coal-library/coal/compare/vXX.YY.ZZ...vX.Y.Z
```
Where
`XX.YY.ZZ`
is the last release version.
Then upload
`coal-X.Y.Z.tar.gz`
and
`coal-X.Y.Z.tar.gz.sig`
and publish the release.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment