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: 10.9 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 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

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

GitHub Events

Total
Last Year

Dependencies

.github/workflows/codeql-analysis-injected.yml actions
  • actions/checkout 93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 composite
  • github/codeql-action/analyze a669cc5936cc5e1b6a362ec1ff9e410dc570d190 composite
  • github/codeql-action/init a669cc5936cc5e1b6a362ec1ff9e410dc570d190 composite
.github/workflows/publishing.yml actions
  • actions/checkout v2 composite
  • zenodraft/action 0.10.0 composite
.github/workflows/unit-testing.yml actions
  • actions/checkout v2 composite
action.yml actions
  • lib/index.js node12 javascript
package-lock.json npm
  • 366 dependencies
package.json npm
  • @types/jest ^26.0.23 development
  • @types/js-yaml ^4.0.1 development
  • jest ^27.0.5 development
  • ts-jest ^27.0.3 development
  • @actions/core ^1.4.0
  • @actions/exec ^1.1.0
  • @actions/github ^5.0.0
  • @octokit/webhooks-definitions ^3.67.3
  • js-yaml ^4.1.0
  • typescript ^4.3.2
  • zenodraft 0.10.0