Skip to content

Commit

Permalink
Update changelogs for the new crates (#42)
Browse files Browse the repository at this point in the history
- Update new crate changelogs to point to correct first commit
- Adjust pr check conditions
  • Loading branch information
kekonn authored Nov 21, 2024
1 parent 2b0df93 commit dd9e818
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ name: Create container for latest version
# documentation.

on:
push:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'
release:
types: [published]
workflow_dispatch:

env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ permissions:
# If there's a prerelease-style suffix to the version, then the release(s)
# will be marked as a prerelease.
on:
# Disable running this on PR. See https://github.com/axodotdev/cargo-dist/pull/1567
#pull_request:
pull_request:
push:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
types: [ready_for_review]
paths:
- 'fercord_*/**'

concurrency: "PR${{ github.event.pull_request && github.event.number }}"

Expand Down
2 changes: 1 addition & 1 deletion fercord_api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
-

<!-- next-url -->
[Unreleased]: https://github.com/kekonn/fercord/compare/51b0c19ea0396e50c6eb7a21c43afc77114fe2ae...HEAD
[Unreleased]: https://github.com/kekonn/fercord/compare/2b0df937a95c61775b2bdbadcbc212615ac2029d...HEAD
2 changes: 1 addition & 1 deletion fercord_common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@


<!-- next-url -->
[Unreleased]: https://github.com/kekonn/fercord/compare/1c72dea07273f387914ffd122218e27a6a676a9a...v0.1.0
[Unreleased]: https://github.com/kekonn/fercord/compare/2b0df937a95c61775b2bdbadcbc212615ac2029d...v0.1.0

0 comments on commit dd9e818

Please sign in to comment.