Skip to content

Commit

Permalink
Feature: upgrade minor docs and version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmaurizio committed May 10, 2024
1 parent 6d34317 commit a7423c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
name: version automerge
steps:
- id: downstream
uses: maikuru/downstream-version-automerge@v1
uses: ermes-cyber-security/downstream-version-automerge@production
with:
production-branch: 'master'
development-branch: 'develop'
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "downstream-version-automerge",
"version": "1.0.7",
"version": "1.1.0",
"description": "Version based auto merging",
"keywords": [
"GitHub",
Expand All @@ -11,12 +11,12 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/maikuru/downstream-version-automerge.git"
"url": "git+https://github.com/ermes-cyber-security/downstream-version-automerge.git"
},
"bugs": {
"url": "https://github.com/maikuru/downstream-version-automerge/issues"
"url": "https://github.com/ermes-cyber-security/downstream-version-automerge/issues"
},
"homepage": "https://github.com/maikuru/downstream-version-automerge#readme",
"homepage": "https://github.com/ermes-cyber-security/downstream-version-automerge#readme",
"author": "Michael Lodge-Paolini <[email protected]>",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit a7423c3

Please sign in to comment.