diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index ce4c5f9..4079b26 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -29,6 +29,8 @@ jobs: # This action doesn't create a new release if the tag already exists uses: softprops/action-gh-release@v1 with: + # Can't use GITHUB_TOKEN for tags, or our deploy workflow won't trigger. See https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow + token: ${{ secrets.RELEASE_TOKEN }} tag_name: v${{ steps.changelog.outputs.version }} name: v${{ steps.changelog.outputs.version }} body: ${{ steps.changelog.outputs.description }} diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd30e0..dc34aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- Automatic deployment of SemVer tags for our Docker image should now work. + +## [0.13.2] - 2024-10-03 + +### Changed + +- Nothing. Just triggering a CI run for science. + ## [0.13.1] - 2024-10-03 ### Added @@ -263,6 +275,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Development Environment for needed dependencies. +[Unreleased]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.13.2...HEAD +[0.13.2]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.12.1...v0.13.0 [0.12.1]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.12.0...v0.12.1 diff --git a/package-lock.json b/package-lock.json index d13bad2..7d04ba1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "csbot", - "version": "0.13.1", + "version": "0.13.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "csbot", - "version": "0.13.1", + "version": "0.13.2", "license": "0BSD", "dependencies": { "@discordjs/voice": "0.17.0", diff --git a/package.json b/package.json index 802c6b0..bff35d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csbot", - "version": "0.13.1", + "version": "0.13.2", "private": true, "description": "The One beneath the Supreme Overlord's rule. A bot to help manage the BYU CS Discord, successor to Ze Kaiser (https://github.com/arkenstorm/ze-kaiser)", "keywords": [