diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f39d95c65..9053cd66e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release CI on: push: branches: - - master + - redwood/indigo jobs: release: name: Release @@ -38,4 +38,4 @@ jobs: semantic_version: 16 env: GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index a36b072eb..d96c04108 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/openedx/frontend-component-header.git" + "url": "git+https://github.com/edly-io/frontend-component-header.git" }, "author": "edX", "license": "AGPL-3.0", "bugs": { - "url": "https://github.com/openedx/frontend-component-header/issues" + "url": "https://github.com/edly-io/frontend-component-header/issues" }, - "homepage": "https://github.com/openedx/frontend-component-header#readme", + "homepage": "https://github.com/edly-io/frontend-component-header#readme", "devDependencies": { "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/browserslist-config": "^1.1.1", @@ -71,5 +71,11 @@ "react": "^16.9.0 || ^17.0.0", "react-dom": "^16.9.0 || ^17.0.0", "@openedx/paragon": ">= 21.5.7 < 23.0.0" + }, + "release": { + "tagFormat": "indigo-${version}", + "branches": [ + "redwood/indigo" + ] } }