From fab224ff353f37526f11247700bf5804bd6771eb Mon Sep 17 00:00:00 2001 From: Zachary Hancock Date: Fri, 14 May 2021 09:51:54 -0400 Subject: [PATCH] fix: release branch (#5) --- .releaserc | 2 +- package.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.releaserc b/.releaserc index 2e3ad543..070fe6f8 100644 --- a/.releaserc +++ b/.releaserc @@ -24,4 +24,4 @@ ], "success": [], "fail": [] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 54d89248..dc79574a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { "name": "@edx/frontend-lib-special-exams", - "version": "0.1.2", + "version": "1.0.0", "description": "Special exams lib", "main": "dist/index.js", + "release": { + "branches": ["main"] + }, "exports": { "import": "./dist/index.js" },