From 45bb9f7042cc2a30572e1d25af62844c2772537b Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Fri, 30 Oct 2020 01:09:40 +0100 Subject: [PATCH 1/3] Simulate a version bump (#188 #228) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aec1229..a08e49d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "underscore-contrib", - "version": "0.3.0", + "version": "test", "main": "index.js", "dependencies": { "underscore": "1.10.2" From 62ff57b2907867be5a3200e12d1062902243456e Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Fri, 30 Oct 2020 01:11:57 +0100 Subject: [PATCH 2/3] Disable publication to NPM for testing purposes (#188 #228) --- .github/workflows/cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6e33d53..b7f5d32 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -47,10 +47,10 @@ jobs: with: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Publish to NPM - run: yarn publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: Publish to NPM + # run: yarn publish + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Merge into gh-pages uses: devmasx/merge-branch@v1.3.0 with: From 2fb797c44f695adfa69bf035a42e966f59804028 Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Mon, 14 Dec 2020 00:27:27 +0100 Subject: [PATCH 3/3] Make an inconspicuous change to the docs (#188 #228) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 5d8cf3f..ecc4525 100644 --- a/docs/index.md +++ b/docs/index.md @@ -55,7 +55,7 @@ mixed in. ### License -_.contrib is open sourced under the [MIT license](https://github.com/documentcloud/underscore-contrib/blob/master/LICENSE). +`_.contrib` is open sourced under the [MIT license](https://github.com/documentcloud/underscore-contrib/blob/master/LICENSE). ## Sub-libraries