zenodraft_action
https://github.com/actions-marketplace-validations/zenodraft_action
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.6%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: actions-marketplace-validations
- License: apache-2.0
- Language: TypeScript
- Default Branch: main
- Size: 11 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 3 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
License
Citation
Zenodo
README.dev.md
Developer documentation
Making a release
preparation
Check version numbers in README.md, package.json, package-lock.json.
In your regular working directory
```shell git checkout main git fetch origin git pull origin main rm -rf node_modules npm install --production git status
if there are any changes,
git add node_modules --force
git commit -m "production dependencies only"
npm install npm run all git status
if there are any changes
git add thefiles
git commit -m "changes"
git push origin main
```
On GitHub, run test actions if need be. Then
GitHub
Go to https://github.com/zenodraft/action/releases/new to make the new release.
Owner
- Name: actions-marketplace-validations
- Login: actions-marketplace-validations
- Kind: organization
- Website: https://devopsjournal.io/blog/2022/09/18/Analysing-the-GitHub-marketplace
- Repositories: 21,529
- Profile: https://github.com/actions-marketplace-validations
Temporarily holds mirrors of GitHub Actions from the marketplace
Citation (CITATION.cff)
abstract: GitHub Action to automate drafting depositions on Zenodo or Zenodo Sandbox.
authors:
- affiliation: Netherlands eScience Center
family-names: Spaaks
given-names: Jurriaan H.
orcid: https://orcid.org/0000-0002-7064-4069
cff-version: 1.1.0
identifiers:
- type: doi
value: 10.5281/zenodo.5070799
keywords:
- research software
- citable software
- release
- doi
- ci
- automation
- integration
license: Apache-2.0
message: If you use this software, please cite it using these metadata.
repository-code: https://github.com/zenodraft/action
title: Zenodraft GitHub Action
version: 0.10.0