diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b5a095c..95ac768 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,15 +10,7 @@ updates: schedule: interval: "daily" versioning-strategy: widen - labels: - - "dependencies" - - "automerge" - - "php" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily" - labels: - - "dependencies" - - "automerge" - - "github_actions" diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 2358111..024ca56 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -12,8 +12,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - with: - token: ${{ secrets.ACCESS_TOKEN }} - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -28,7 +26,7 @@ jobs: - name: Create pull-request uses: peter-evans/create-pull-request@v3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.ACCESS_TOKEN }} commit-message: "Generate changelog" branch: ci-generate-changelog base: 'master' diff --git a/.kodiak.toml b/.kodiak.toml deleted file mode 100644 index cd02e6f..0000000 --- a/.kodiak.toml +++ /dev/null @@ -1,18 +0,0 @@ -version = 1 - -[merge] -delete_branch_on_merge = true -method = "squash" - -[merge.message] -title = "pull_request_title" # default: "github_default" -body = "pull_request_body" # default: "github_default" - -[approve] -auto_approve_usernames = ["zingimmick", "dependabot"] - -[update] -always = true # default: false -require_automerge_label = false # default: true -ignored_usernames = ["dependabot", "renovate"] - diff --git a/CHANGELOG.md b/CHANGELOG.md index 746e8f1..102a0dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -## Unreleased +## [0.2.0] - 2021-03-01 ### Removed - [#2] Remove redundant docblock annotations -## [0.0.1] +## [0.0.1] - 2021-02-09 ### Changed - [#1] Bump actions/cache from v2 to v2.1.4 -[#1]: https://github.com/laravel-interaction/bookmark/pull/1 [#2]: https://github.com/laravel-interaction/bookmark/pull/2 +[#1]: https://github.com/laravel-interaction/bookmark/pull/1 +[0.2.0]: https://github.com/laravel-interaction/bookmark/compare/0.0.1...0.2.0