Skip to content

Commit

Permalink
chore: version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Feb 18, 2021
1 parent 769d8da commit c5efe18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'publiccode-softwareversion-check-action'
description: 'This action checks whether softwareVersion in your publiccode.yml file is aligned with the latest tag and is ready to work in conjunction with peter-evans/create-pull-request action to update softwareVersion using a pull request.'
description: 'JavaScript GitHub action to check publiccode.yml softwareVersion automatically.'
author: 'italia'

inputs:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "publiccode-softwareversion-check-action",
"version": "0.0.0",
"description": "GitHub JavaScript action to update publiccode.yml version automatically",
"version": "1.0.0",
"description": "JavaScript GitHub action to check publiccode.yml softwareVersion automatically",
"main": "index.js",
"scripts": {
"build": "ncc build index.js --license licenses.txt"
Expand Down

0 comments on commit c5efe18

Please sign in to comment.