mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
add more debug data to changelog workflow, update changelog
This commit is contained in:
parent
6dbe2a1df4
commit
0b6e9bad8f
2 changed files with 4 additions and 4 deletions
4
.github/workflows/changelog.yaml
vendored
4
.github/workflows/changelog.yaml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
if [[ "$(git rev-parse "origin/$BRANCH")" != $GITHUB_SHA ]]; then
|
||||
# Normal build on a branch (no tag)
|
||||
echo "::debug::BRANCH: $BRANCH"
|
||||
echo "::debug::BRANCH: $BRANCH $(git rev-parse origin/$BRANCH)"
|
||||
echo "::debug::GITHUB_SHA: $GITHUB_SHA"
|
||||
echo "::error::$BRANCH has been updated since build started. Aborting changelog."
|
||||
exit 1
|
||||
|
@ -130,7 +130,7 @@ jobs:
|
|||
echo "SOMETHING_CHANGED=$SOMETHING_CHANGED" >> $GITHUB_ENV
|
||||
|
||||
- name: Commit
|
||||
if: env.SOMETHING_CHANGED
|
||||
if: env.SOMETHING_CHANGED == 'true'
|
||||
run: |
|
||||
git config user.email "jrnl.bot@gmail.com"
|
||||
git config user.name "Jrnl Bot"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased](https://github.com/jrnl-org/jrnl/)
|
||||
## [v2.6-beta2](https://pypi.org/project/jrnl/v2.6-beta2/) (2020-12-19)
|
||||
|
||||
[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.6-beta...HEAD)
|
||||
[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.6-beta...v2.6-beta2)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue