From 47be3ecbea31d526b63d8e6c9df10e1a56c8b75c Mon Sep 17 00:00:00 2001 From: Emon526 Date: Thu, 29 Jun 2023 17:36:20 +0600 Subject: [PATCH] ci: updated --- .github/workflows/release.yml | 16 ++++++++++++---- CHANGELOG.md | 24 ------------------------ package.json | 2 +- 3 files changed, 13 insertions(+), 29 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 247a405..3e2b9e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,11 +23,19 @@ jobs: with: xcode-version: latest - - name: Set up Java - uses: actions/setup-java@v2 + # - name: Set up Java + # uses: actions/setup-java@v2 + # with: + # distribution: "zulu" + # java-version: "11" + + - name: Setup JDK + uses: actions/setup-java@v1 with: - distribution: "zulu" - java-version: "11" + java-version: 1.8 + + - name: Run Tests + run: bash ./gradlew test --stacktrace - name: Set up Flutter uses: subosito/flutter-action@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c12d9..a57ef7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,3 @@ -# [1.0.0](https://github.com/Emon526/Flutter_PassVault/compare/v0.1.0...v1.0.0) (2023-06-28) - - -### chore - -* Initialize major version 1.0.0 ([2d1f07b](https://github.com/Emon526/Flutter_PassVault/commit/2d1f07b6c759a74a9cb4ea359bfe2f46a4b7e604)) -* Initialize major version 1.0.0 ([aff1ece](https://github.com/Emon526/Flutter_PassVault/commit/aff1ece52ceaecda7f06710795df25e31cd6e10b)) - - -### BREAKING CHANGES - -* - The authentication system has been completely redesigned, requiring users to reset their passwords. Please follow the password reset instructions in the updated documentation. - -- Added core functionality for the application. -- Created initial database schema. -- Updated project documentation. -* - The authentication system has been completely redesigned, requiring users to reset their passwords. Please follow the password reset instructions in the updated documentation. - -- Added core functionality for the application. -- Created initial database schema. -- Updated project documentation. - - - # [0.1.0](https://github.com/Emon526/Flutter_PassVault/compare/3ef23bc66f2436ec6d694f57dd30442199da72bd...v0.1.0) (2023-06-27) diff --git a/package.json b/package.json index 688e939..6793ca7 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "1.0.0" + "version": "0.1.0" } \ No newline at end of file