Skip to content

Commit

Permalink
Merge pull request #5 from 7i7o/main
Browse files Browse the repository at this point in the history
fast-forward development
  • Loading branch information
7i7o authored Nov 14, 2023
2 parents 80bb495 + 136859f commit 41443b7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-moons-wonder.md

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
workflows: ['CI']
types:
- completed
push:
branches:
- 'main'
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @7i7o/git-remote-proland

## 0.0.3

### Patch Changes

- 80bb495: check for owner or contributor before pushing
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm install --global @7i7o/git-remote-proland
### Using `yarn`

```bash
yarn add --global @7i7o/git-remote-proland
yarn global add @7i7o/git-remote-proland
```

### Using `pnpm`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@7i7o/git-remote-proland",
"version": "0.0.2",
"version": "0.0.3",
"description": "Git Remote Helper",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 41443b7

Please sign in to comment.