Skip to content

Commit

Permalink
Dev (#160)
Browse files Browse the repository at this point in the history
* Adapted workflow for update-deps-lock.yaml when release

If release tag is pushed, the script failed. The reason is, that the head is not a branch head anymore.

* Add files via upload

* Rename CITATION (21).cff to CITATION.cff

* fixed email

---------

Co-authored-by: Tom Hanika <hanika@cs.uni-kassel.de>
Co-authored-by: Anna Schwerdtel <35776077+AnnaSchwerdtel@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent 9cc76dd commit e5ee8b3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-deps-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
update-lock:
if: startsWith(github.ref, 'refs/heads/')
runs-on: ubuntu-latest

steps:
Expand Down
30 changes: 30 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: conexp-clj
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Daniel
family-names: Borchmann
affiliation: Technische Universität Dresden
- given-names: Christian
family-names: Meschke
affiliation: Technische Universität Dresden
- given-names: Tom
family-names: Hanika
affiliation: University of Hildesheim
email: tom.hanika@uni-hildesheim.de
orcid: 'https://orcid.org/0000-0002-4918-6374'
repository-code: 'https://github.com/fcatools/conexp-clj'
abstract: >-
This is conexp-clj, a general purpose software tool for
Formal Concept Analysis. Its main purpose is to enable
nontrivial examples to be computed easily, but it can be
used for much, much more.
license: EPL-1.0
commit: 5254a10eab6759a7d0c60228892952de93f2aa58
date-released: '2023-07-17'

0 comments on commit e5ee8b3

Please sign in to comment.