From 1658036a586e3e4c2e31c0fac98654e4613db7c8 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 6 Sep 2023 10:32:58 -0300 Subject: [PATCH] Version 1.0.0 (#72) Launched version `1.0.0`. This does not mean that the project is complete, but that all the major features have been developed and now we won't be introducing breaking changes. Bug fixing will come as patches. --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1db5e37..d863bc0 100644 --- a/action.yml +++ b/action.yml @@ -26,4 +26,4 @@ outputs: runs: using: 'docker' - image: 'docker://ghcr.io/paritytech/review-bot/action:0.0.1' + image: 'docker://ghcr.io/paritytech/review-bot/action:1.0.0' diff --git a/package.json b/package.json index 11e8052..daf1c6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "review-bot", - "version": "0.0.1", + "version": "1.0.0", "description": "Have custom review rules for PRs with auto assignment", "main": "src/index.ts", "scripts": {