Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
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-mysqlbackend
Commits
d0cda713
Commit
d0cda713
authored
5 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Add citation.cff
parent
b63ef00b
No related branches found
No related tags found
1 merge request
!31
ENH: Update script for outdated dumps.
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
CITATION.cff
+28
-0
28 additions, 0 deletions
CITATION.cff
RELEASE_GUIDELINES.md
+1
-1
1 addition, 1 deletion
RELEASE_GUIDELINES.md
with
32 additions
and
3 deletions
.gitignore
+
2
−
1
View file @
d0cda713
...
...
@@ -13,4 +13,5 @@ libs/*
# Generated files
_
doxygen
/
_
generated
/
/
build
/
\ No newline at end of file
/
build
/
*~
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
1
−
1
View file @
d0cda713
...
...
@@ -5,7 +5,7 @@ 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
)
.
## [8.0.0] - 2024-10-0
9
##
## [8.0.0] - 2024-10-
1
0 ##
### Added ###
...
...
This diff is collapsed.
Click to expand it.
CITATION.cff
0 → 100644
+
28
−
0
View file @
d0cda713
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Fitschen
given-names: Timm
orcid: https://orcid.org/0000-0002-4022-432X
- family-names: Schlemmer
given-names: Alexander
orcid: https://orcid.org/0000-0003-4124-9649
- family-names: Hornung
given-names: Daniel
orcid: https://orcid.org/0000-0002-7846-6375
- family-names: tom Wörden
given-names: Henrik
orcid: https://orcid.org/0000-0002-5549-578X
- family-names: Spreckelsen
given-names: Florian
orcid: https://orcid.org/0000-0002-6856-2910
- family-names: Parlitz
given-names: Ulrich
orcid: https://orcid.org/0000-0003-3058-1435
- family-names: Luther
given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125
title: "LinkAhead - MariaDB Backend"
version: 8.0.0
doi: 10.3390/data4020083
date-released: 2024-10-10
This diff is collapsed.
Click to expand it.
RELEASE_GUIDELINES.md
+
1
−
1
View file @
d0cda713
...
...
@@ -22,7 +22,7 @@ guidelines of the CaosDB Project
3.
Assure that the latest patch actually updates the CaosDBVersion() procedure
and that the version matches the version you are about to release.
4.
Update version in
`doc/conf.py`
.
4.
Update version in
`doc/conf.py`
and in
`CITATION.cff`
.
5.
Merge the release branch into the main branch.
...
...
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