Skip to content

Commit bd54b69

Browse files
authored
Merge branch 'main' into rgao_partition_strategy
2 parents 0534789 + 28292f0 commit bd54b69

245 files changed

Lines changed: 16475 additions & 3028 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
include-paths:
2+
- src/fairchem/data/odac
3+
- packages/fairchem-data-odac
4+
tag-prefix: fairchem_data_odac
5+
tag-template: 'fairchem_data_odac-$RESOLVED_VERSION'
6+
name-template: 'fairchem_data_odac-$RESOLVED_VERSION'
7+
exclude-contributors: [github-actions]
8+
categories:
9+
- title: New Features / Enhancements
10+
labels: [enhancement]
11+
- title: Bug Fixes
12+
labels: [bug]
13+
- title: Documentation
14+
labels: [documentation]
15+
- title: Tests
16+
labels: [test]
17+
- title: Deprecations
18+
labels: [deprecation]
19+
- title: Dependencies
20+
labels: [dependencies]
21+
- title: Other Changes
22+
labels: ["*"]
23+
version-resolver:
24+
major:
25+
labels:
26+
- 'major'
27+
minor:
28+
labels:
29+
- 'minor'
30+
patch:
31+
labels:
32+
- 'patch'
33+
default: patch
34+
template: |
35+
## What's Changed
36+
37+
$CHANGES

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
run: |
2828
# add packages that are supposed to be built to this list
29-
for package in fairchem-core fairchem-data-oc fairchem-demo-ocpapi fairchem-applications-cattsunami fairchem-data-omol fairchem-data-omat fairchem-data-omc fairchem-lammps
29+
for package in fairchem-core fairchem-data-oc fairchem-demo-ocpapi fairchem-applications-cattsunami fairchem-data-omol fairchem-data-omat fairchem-data-omc fairchem-data-odac fairchem-lammps
3030
do
3131
pushd packages/$package
3232
hatch build
@@ -76,3 +76,9 @@ jobs:
7676
with:
7777
name: dist-data-omc
7878
path: dist-data-omc/*
79+
80+
- name: Upload odac artifact
81+
uses: actions/upload-artifact@v7
82+
with:
83+
name: dist-data-odac
84+
path: dist-data-odac/*

.github/workflows/release-drafter-applications_cattsunami.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: read
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: release-drafter/release-drafter@v6
23+
- uses: release-drafter/release-drafter@v7
2424
with:
2525
disable-autolabeler: true
2626
config-name: release-drafter-applications_cattsunami.yml

.github/workflows/release-drafter-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: read
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: release-drafter/release-drafter@v6
23+
- uses: release-drafter/release-drafter@v7
2424
with:
2525
disable-autolabeler: true
2626
latest: true
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Release Drafter - fairchem-data-odac
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- 'src/fairchem/data/odac/**'
9+
- 'packages/fairchem-data-odac/**'
10+
workflow_dispatch:
11+
12+
permissions:
13+
contents: read
14+
15+
jobs:
16+
update_release_draft:
17+
permissions:
18+
# write permission is required to create a github release
19+
contents: write
20+
pull-requests: read
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: release-drafter/release-drafter@v7
24+
with:
25+
disable-autolabeler: true
26+
config-name: release-drafter-data-odac.yml
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-drafter-data-omat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: read
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: release-drafter/release-drafter@v6
23+
- uses: release-drafter/release-drafter@v7
2424
with:
2525
disable-autolabeler: true
2626
config-name: release-drafter-data-omat.yml

.github/workflows/release-drafter-data-omc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: read
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: release-drafter/release-drafter@v6
23+
- uses: release-drafter/release-drafter@v7
2424
with:
2525
disable-autolabeler: true
2626
config-name: release-drafter-data-omc.yml

.github/workflows/release-drafter-data-omol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: read
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: release-drafter/release-drafter@v6
23+
- uses: release-drafter/release-drafter@v7
2424
with:
2525
disable-autolabeler: true
2626
config-name: release-drafter-data-omol.yml

.github/workflows/release-drafter-data_oc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pull-requests: read
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: release-drafter/release-drafter@v6
24+
- uses: release-drafter/release-drafter@v7
2525
with:
2626
disable-autolabeler: true
2727
config-name: release-drafter-data_oc.yml

.github/workflows/release-drafter-demo_ocpapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pull-requests: read
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: release-drafter/release-drafter@v6
24+
- uses: release-drafter/release-drafter@v7
2525
with:
2626
disable-autolabeler: true
2727
config-name: release-drafter-demo_ocpapi.yml

0 commit comments

Comments
 (0)