Skip to content

Commit 3e8183e

Browse files
Merge pull request #228 from PierreBrisorgueil/refactorReleaseDoc
refactor(release): specify url by default ♻️
2 parents a71d621 + 215ac6e commit 3e8183e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ carthage build
104104
* lint: `swiftlint autocorrect`
105105
* commit : `npm run commit`
106106
* release : `npm run release -- --first-release` **standard version, changelog, tag & choose version number : -- --release-as 1.1.1**
107-
* release:auto : `GITHUB_TOKEN=XXXXX npm run release:auto` **semantic release, changelog, tag, release**
107+
* release:auto : `GITHUB_TOKEN=XXXXX npm run release:auto` **semantic release, changelog, tag, release** *require repositoryUrl conf in package.json*
108108

109109
### Configuration
110110

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
}
4343
],
4444
"ci": false,
45+
"repositoryUrl": "https://github.com/weareopensource/Swift.git",
4546
"plugins": [
4647
"@semantic-release/commit-analyzer",
4748
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)