Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue 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
caosdb
Software
caosdb-server
Commits
fbb60711
Verified
Commit
fbb60711
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Add version in Changelog.
parent
6e19d368
No related branches found
No related tags found
No related merge requests found
Pipeline
#22490
passed
3 years ago
Stage: info
Stage: test
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-7
2 additions, 7 deletions
CHANGELOG.md
RELEASE_GUIDELINES.md
+10
-8
10 additions, 8 deletions
RELEASE_GUIDELINES.md
with
12 additions
and
15 deletions
CHANGELOG.md
+
2
−
7
View file @
fbb60711
...
...
@@ -5,9 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.1.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [Unreleased]
### Added
## [0.7.3] - 2022-05-03
(Daniel Hornung)
### Changed
...
...
@@ -16,10 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Use
`misc/pam_authentication/ldap.env`
instead and view the documentation
inside the file itself for more information.
### Deprecated
### Removed
### Fixed
*
`ldap_authentication.sh <username>`
failed on every attempt when used in
...
...
This diff is collapsed.
Click to expand it.
RELEASE_GUIDELINES.md
+
10
−
8
View file @
fbb60711
...
...
@@ -18,18 +18,20 @@ guidelines of the CaosDB Project
2.
Check all general prerequisites.
3.
Update the version property in
[
pom.xml
](
./pom.xml
)
(
probably
this means to
remove the
`-SNAPSHOT`
) and in
`src/doc/conf.py`
.
3.
Update the versions in:
*
[
pom.xml
](
./pom.xml
)
(
probably
this means to remove the
`-SNAPSHOT`
)
*
`src/doc/conf.py`
*
`CHANGELOG.md`
4
.
Merge the release branch into the main branch.
5
.
Merge the release branch into the main branch.
5
.
Tag the latest commit of the main branch with
`v<VERSION>`
.
6
.
Tag the latest commit of the main branch with
`v<VERSION>`
.
6
.
Delete the release branch.
7
.
Delete the release branch.
7
.
Merge the main branch back into the dev branch.
8
.
Merge the main branch back into the dev branch.
8
.
Update the version property in
[
pom.xml
](
./pom.xml
)
for the next
9
.
Update the version property in
[
pom.xml
](
./pom.xml
)
for the next
developlement round (with a
`-SNAPSHOT`
suffix).
9
.
Add a gitlab release in the respective repository.
10
.
Add a gitlab release in the respective repository.
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