Skip to content

Commit

Permalink
feat(release.config.js): use parent repo for repositoryUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Dec 17, 2020
1 parent 887ff39 commit a821435
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
branch: 'master',
repositoryUrl: 'https://github.com/myii/ssf-formula',
plugins: [
['@semantic-release/commit-analyzer', {
preset: 'angular',
Expand Down
1 change: 1 addition & 0 deletions ssf/files/default/release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
branch: 'master',
repositoryUrl: 'https://github.com/{{ owner }}/{{ formula }}',
plugins: [
['@semantic-release/commit-analyzer', {
preset: 'angular',
Expand Down
1 change: 1 addition & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ ssf_node_anchors:
<<: *file_default
release.config.js: &file__release--config--js
<<: *file_default
template: 'jinja'

ssf:
semrel_formulas:
Expand Down

0 comments on commit a821435

Please sign in to comment.