From 36f451bcfcb13073d044b0517348806d137836f7 Mon Sep 17 00:00:00 2001 From: Graham Hency Date: Tue, 7 Dec 2021 12:11:49 -0500 Subject: [PATCH 1/3] add target for release generation step --- .github/workflows/cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1989813d1..b513e2c5e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,8 +21,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v${{ steps.package-version.outputs.current-version }} generate_release_notes: true + tag_name: v${{ steps.package-version.outputs.current-version }} + target_commitish: main publishPackage: name: Publish New Package runs-on: ubuntu-latest From 83c37e9f64de2a516544a6e6c05f53266c0eed0e Mon Sep 17 00:00:00 2001 From: Graham Hency Date: Tue, 7 Dec 2021 12:38:54 -0500 Subject: [PATCH 2/3] Add npmrc file to package process --- projects/go-lib/.npmrc | 1 + projects/go-lib/ng-package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 projects/go-lib/.npmrc diff --git a/projects/go-lib/.npmrc b/projects/go-lib/.npmrc new file mode 100644 index 000000000..bd3327ab5 --- /dev/null +++ b/projects/go-lib/.npmrc @@ -0,0 +1 @@ +//registry.npmjs.org/:_authToken=${NPM_TOKEN} \ No newline at end of file diff --git a/projects/go-lib/ng-package.json b/projects/go-lib/ng-package.json index 91d5317ec..3912c5aaf 100644 --- a/projects/go-lib/ng-package.json +++ b/projects/go-lib/ng-package.json @@ -5,6 +5,7 @@ "entryFile": "src/public_api.ts" }, "assets": [ - "styles" + "styles", + ".npmrc" ] } \ No newline at end of file From c8cfca46277e2daf4d3a6367796bcd075a3534dc Mon Sep 17 00:00:00 2001 From: Graham Hency Date: Tue, 7 Dec 2021 12:44:48 -0500 Subject: [PATCH 3/3] bump version --- projects/go-lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/go-lib/package.json b/projects/go-lib/package.json index abea3961b..b2ded8e4f 100644 --- a/projects/go-lib/package.json +++ b/projects/go-lib/package.json @@ -1,6 +1,6 @@ { "name": "@tangoe/goponents", - "version": "1.14.1", + "version": "1.14.2", "repository": { "type": "git", "url": "git+https://github.com/mobi/goponents.git"