Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
COLIBRI
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
pub
COLIBRI
Commits
62abcee0
Commit
62abcee0
authored
3 weeks ago
by
Christophe Junke
Browse files
Options
Downloads
Plain Diff
Merge branch 'release' into 'master'
Release for february 2025 See merge request
!53
parents
e700c6dd
67b18afc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!53
Release for february 2025
Pipeline
#83061
passed
3 weeks ago
Stage: build
Stage: test
Changes
4
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES.md
+4
-0
4 additions, 0 deletions
CHANGES.md
Makefile
+1
-1
1 addition, 1 deletion
Makefile
README.md
+25
-4
25 additions, 4 deletions
README.md
version
+1
-1
1 addition, 1 deletion
version
with
31 additions
and
6 deletions
CHANGES.md
+
4
−
0
View file @
62abcee0
## Release 2025.02
*
Partial support for existential quantifier
*
Fixes various bugs
## Release 2024.05
*
Build artifacts for both Eclipse 5.10 and 7.0.45
*
Recognize (X+Cst)^2 patterns
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
62abcee0
...
...
@@ -24,7 +24,7 @@ build_all: v5-build v7-build
VERSION
:=
$(
shell
cat
version
)
show_version
:
echo
"version file contains:
$(
VERSION
)
"
@
echo
"version file contains:
$(
VERSION
)
"
# ==================================================
# CONFIGURATION
...
...
This diff is collapsed.
Click to expand it.
README.md
+
25
−
4
View file @
62abcee0
...
...
@@ -60,12 +60,33 @@ compiler but also mingw for the C part. Use `ocaml-env` to setup the
environement for the compilation. Then the compilation is the same
than for linux.
## Making a release
To make a release, the
`RELEASE_TOKEN`
environment variable must be
set to a token generated by Gitlab and associated with your account
(the one in the example is invalid):
````
export RELEASE_TOKEN=glptt-0123456789abcdef
````
-
Update
`version`
, using the
`YYYY.MM`
format (Y=year, M=month).
-
Update
`CHANGES.md`
by adding a section in front of the current
ones. This file is processed by
`changelog.sed`
, which contains
additional comments about the subset of markdown understood by the
script.
-
Commit all changes.
-
Push to different branch to create a merge request
-
Review, fix and eventually merge it
-
Locally, pull from
`origin/master`
to
`master`
-
Tag the commit with preferably the same value as
`version`
, ie.
`YYYY.MM`
(there may be a suffix if necessary).
-
Execute
`make release`
and confirm.
## Remarks
`Bin/`
and
`Src/`
directories are copied from their respective
repositories using the
`release_colibri_opensource.sh`
script found in
`gatel/Src`
's original repository. They should be considered read-only
here.
The
`Src/`
directory is copied nightly from its original repository.
It should be considered read-only here.
## LICENCE
...
...
This diff is collapsed.
Click to expand it.
version
+
1
−
1
View file @
62abcee0
202
4
.0
5
202
5
.0
2
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