File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4747 - name : Compile image
4848 run : |
4949 export PKG_NAME=$(python3 -c "print([p for p in __import__('setuptools').find_packages() if '.' not in p][0])")
50- export PKG_VERSION=$(cat ${PKG_NAME}/version.py | awk -F\' '/__version__ = / {print $2}')
50+ export PKG_VERSION=$(cat ${PKG_NAME}/version.py | awk -F\" '/__version__ = / {print $2}')
5151 export HOST_UID=$(id -u)
5252 docker-compose -f docker-compose-build.yaml up --exit-code-from element --build
5353 IMAGE=$(docker images --filter "reference=datajoint/${PKG_NAME}*" \
8686 run : |
8787 PKG_NAME=$(python3 -c "print([p for p in __import__('setuptools').find_packages() if '.' not in p][0])")
8888 SDIST_PKG_NAME=$(echo ${PKG_NAME} | sed 's|_|-|g')
89- PKG_VERSION=$(cat ${PKG_NAME}/version.py | awk -F\' '/__version__ = / {print $2}')
89+ PKG_VERSION=$(cat ${PKG_NAME}/version.py | awk -F\" '/__version__ = / {print $2}')
9090 echo "PKG_NAME=${PKG_NAME}" >> $GITHUB_ENV
9191 echo "PKG_VERSION=${PKG_VERSION}" >> $GITHUB_ENV
9292 echo "SDIST_PKG_NAME=${SDIST_PKG_NAME}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 33Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
44
55## [ 0.1.1] - 2022-05-10
6- ### Added
7- + NWB export
8- + Shorten subject primary key to varchar(8)
9- + Adopted black formatting into code base
6+
7+ + Add - NWB export
8+ + Update - Shorten subject primary key to varchar(8)
9+ + Add - Adopt black formatting into code base
1010
1111## [ 0.1.0b0] - 2021-05-07
12- ### Added
13- + First beta release
12+
13+ + Update - First beta release
1414
1515## [ 0.1.0a1] - 2021-05-03
16- ### Added
17- + Added GitHub Action release process
18- + Added ` subject ` schema
19- + Added ` genotyping ` schema
2016
17+ + Add - GitHub Action release process
18+ + Add - ` subject ` schema
19+ + Add - ` genotyping ` schema
2120
22- [ 0.1.0b0 ] : https://github.com/datajoint/element-animal/compare/0.1.0a1...0.1.0b0
21+ [ 0.1.1 ] : https://github.com/datajoint/element-animal/releases/tag/0.1.1
22+ [ 0.1.0b0 ] : https://github.com/datajoint/element-animal/releases/tag/0.1.0b0
2323[ 0.1.0a1 ] : https://github.com/datajoint/element-animal/releases/tag/0.1.0a1
You can’t perform that action at this time.
0 commit comments