From 4764048787714ec3d6ffde678617f5751ebb368a Mon Sep 17 00:00:00 2001 From: Gurgen Yegoryan <21982202+gurgenyegoryan@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:04:17 +0400 Subject: [PATCH 1/2] Make: Fetch before rebase --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92d3c15e..b9ea5409 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,8 +40,9 @@ jobs: - name: Perform rebase run: | + git fetch origin main git checkout main-dev - git rebase main + git rebase origin/main - name: Push changes uses: CasperWA/push-protected@v2 From be6d80d55fb53ca58a1dbb0291f9c71f15a96039 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Aug 2023 11:14:37 +0000 Subject: [PATCH 2/2] Build: Released 1.1.2 [skip ci] ## [1.1.2](https://github.com/ashvardanian/StringZilla/compare/v1.1.1...v1.1.2) (2023-08-31) ### Docs * Add development plans ([f521fea](https://github.com/ashvardanian/StringZilla/commit/f521fea5722b0144e42aff2b749faa68635eb594)) * Less sections ([b4eefe8](https://github.com/ashvardanian/StringZilla/commit/b4eefe851c4a396ab3062dcf6e3c33d421dc0c72)) * Make front page easier on the eye ([b29ce03](https://github.com/ashvardanian/StringZilla/commit/b29ce03ee87d34009af7e6298a83289226f7816f)) * Refresh intro ([54eda40](https://github.com/ashvardanian/StringZilla/commit/54eda40a150ac71989997b51c3be96e67e2b637b)) * Restructure groups ([9994117](https://github.com/ashvardanian/StringZilla/commit/9994117ff8a512122228fc97885c561c68924618)) ### Make * Fetch before rebase ([4764048](https://github.com/ashvardanian/StringZilla/commit/4764048787714ec3d6ffde678617f5751ebb368a)) --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 524cb552..45a1b3f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 +1.1.2