From 6718b6d3c898706a8cf841566dc0b62fc86dec70 Mon Sep 17 00:00:00 2001 From: "ijsblokjeee[bot]" <108194457+ijsblokjeee[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 10:08:09 +0000 Subject: [PATCH] docs(Readme): update readme content [skip ci] --- .github/readme.ijsblokje.toml | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/readme.ijsblokje.toml b/.github/readme.ijsblokje.toml index f025fc4c..f0b43e7b 100644 --- a/.github/readme.ijsblokje.toml +++ b/.github/readme.ijsblokje.toml @@ -7,7 +7,7 @@ license = "MIT" [project] icon = "https://avatars.githubusercontent.com/in/214508" icon_width = "100px" -version = "3.0.0" +version = "3.0.1" [variables] information = [ "IJsblokje is my co-pilot for GitHub operations! It is able to:\n", "- 🏷️ Label PRs automatically according to the conventional commit types", "- 🔃 Sync labels across mutliple repositories with the ability to add repository specific ones too", "- 🔔 Automatically adds a [GitCord](https://github.com/ijskoud/gitcord) webhook url to the webhooks everytime a repository is created and toggles it depending on the visibility state", "- 🗞️ Syncs the readme's of multiple repositories using a config (`readme.ijsblokje.toml`) and a base readme (which is located at your own account repository -> ijsKoud/ijsKoud)", "- 🎉 Releases a new version with automatic changelog generation (This can be done via the Discord bot integration)" ] diff --git a/README.md b/README.md index 95b983ba..6678fe32 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Co-pilot for GitHub operations ✈️

- Version + Version License: MIT diff --git a/package.json b/package.json index 5276527f..e0380afe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ijsblokje", - "version": "3.0.0", + "version": "3.0.1", "description": "A personal GitHub bot which syncs data and runs automated systems", "author": "ijsKoud ", "license": "MIT",