Skip to content

Commit ad1105e

Browse files
committedAug 6, 2024
chore(release): 2.1.7 [skip ci]
## [2.1.7](v2.1.6...v2.1.7) (2024-08-06) ### Bug Fixes * improve script robustness and logging in several utility scripts ([bad76e4](bad76e4)) * **script:** ensure current directory is preserved during execution ([a0a27a5](a0a27a5)) * unable to find image failure on build server ([6f2d1ed](6f2d1ed)) ### Other * add TeamCity environment flag handling for muting splash screen in CI ([6798139](6798139)) ### Refactoring * remove TC environment variable check in run_bats_tests_in_docker.bash ([5ec56fd](5ec56fd)) ### Continuous integration * Rollback conventional-changelog-conventionalcommits plugin tmp quick-hack ([569509b](569509b))
1 parent 1de24c3 commit ad1105e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
 

‎CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
Automatically generated by semantic-release
22

3+
## [2.1.7](https://github.com/norlab-ulaval/norlab-shell-script-tools/compare/v2.1.6...v2.1.7) (2024-08-06)
4+
5+
### Bug Fixes
6+
7+
* improve script robustness and logging in several utility scripts ([bad76e4](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/bad76e4312aebad77265d4b2dfb3dc46fad94193))
8+
* **script:** ensure current directory is preserved during execution ([a0a27a5](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/a0a27a5f4244c7260a1860263a78f05f3b494a6f))
9+
* unable to find image failure on build server ([6f2d1ed](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/6f2d1eda247f5eefa6c1fcf1a2dba75d956dbd66))
10+
11+
### Other
12+
13+
* add TeamCity environment flag handling for muting splash screen in CI ([6798139](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/6798139671aa65990db4c070ba4675c9d58f9c65))
14+
15+
### Refactoring
16+
17+
* remove TC environment variable check in run_bats_tests_in_docker.bash ([5ec56fd](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/5ec56fd256913814da3a1dc8dd5388e510e70f41))
18+
19+
### Continuous integration
20+
21+
* Rollback conventional-changelog-conventionalcommits plugin tmp quick-hack ([569509b](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/569509b100c9f4e21ba4ef927e4b19aecc3b0833))
22+
323
## [2.1.6](https://github.com/norlab-ulaval/norlab-shell-script-tools/compare/v2.1.5...v2.1.6) (2024-05-10)
424

525

‎version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.6
1+
2.1.7

0 commit comments

Comments
 (0)
Please sign in to comment.