Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Jan 30, 2024
1 parent 8e8825e commit 63e0c7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.COVALENT_OPS_BOT_TOKEN }}

- uses: dorny/paths-filter@v2
id: filter
with:
Expand All @@ -42,13 +43,15 @@ jobs:
- '.github/actions/changelog/action.yml'
dist:
- '.github/actions/changelog/dist/**'
- name: Latest tag
id: get-latest-tag
uses: ./.github/actions/describe
with:
token: ${{ secrets.COVALENT_OPS_BOT_TOKEN }}
branch: develop
stable: false

- name: Update version number
id: changelog
uses: ./.github/actions/changelog
Expand All @@ -57,6 +60,7 @@ jobs:
version-path: VERSION
token: ${{ secrets.COVALENT_OPS_BOT_TOKEN }}
basehead: ${{ steps.get-latest-tag.outputs.tag }}...${{ github.sha }}

- name: Commit
if: ${{ steps.changelog.outputs.message != 'noop' }}
uses: EndBug/add-and-commit@v9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/man_0_assign_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
type: boolean
required: true
default: true
description: "WARNING: Make sure the `nightly-tests` workflow has passed successfully before running this workflow.
description: "WARNING: Make sure the `nightly-tests` or the most recent `tests` workflow has passed successfully in develop before running this workflow.
Uncheck this box if it has."

permissions:
Expand Down
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Operations

- Split the `nightly` workflow into 4 manually triggerable workflows, `nightly-tests`, `man_0_assign_version`, `man_1_push_to_master`, and `man_2_create_release` to be run in this order.
- Added qelectron tests to the `tests` workflow
- Split the `nightly` workflow into 4 manually triggerable workflows, `nightly-tests`, `man_0_assign_version`, `man_1_push_to_master`, and `man_2_create_prerelease` to be run in this order.
- Now only the `nightly-tests` workflow will be run on a daily basis, and the other 3 workflows will be run manually.
- Removed `conda` releases from `release.yml`.
- When pushing to `master`, now the version numbers of `develop` and `master` will be compared in `man_1_push_to_master`.
Expand Down Expand Up @@ -43,10 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed the SQLAlchemy warning that used to show up at every fresh server start
- Fixed deploy commands' default value of plugins not being propagated to the tfvars file

### Operations

- Added qelectron tests to the `tests` workflow

## [0.233.0-rc.0] - 2024-01-07

### Authors
Expand Down

0 comments on commit 63e0c7a

Please sign in to comment.