Joshua Sundance Bailey commited on
Commit
468ed7e
·
2 Parent(s): 47ebe11 e95e574

Merge branch 'main' of https://github.com/joshuasundance-swca/langchain-streamlit-demo

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +4 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
  # AI CHANGELOG
 
 
 
 
2
  ## [Updated version number from 0.0.2 to 0.0.5](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/55fa7419137cf54127cbd03114c0c0284397cfd9)
3
  Wed Sep 27 10:56:40 2023 -0400
4
  - The version number in the bumpver configuration file has been updated from 0.0.2 to 0.0.5.
 
1
  # AI CHANGELOG
2
+ ## [Updated GitHub Action to Push to HuggingFace Space](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/1db62d8280bc284dfdf6be1b477f620ec78d38d1)
3
+ Wed Sep 27 13:04:22 2023 -0400
4
+ - This commit modifies the triggering conditions for the GitHub Action workflow that pushes updates to HuggingFace Space. Previously, the workflow was triggered on each push with any tag. Now, it is triggered upon completion of the 'Update AI Changelog on Push to Main' workflow on the 'main' branch.
5
+ - Additionally, the 'push-to-huggingface' job has been updated to depend on the completion of the 'update-changelog' job.
6
  ## [Updated version number from 0.0.2 to 0.0.5](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/55fa7419137cf54127cbd03114c0c0284397cfd9)
7
  Wed Sep 27 10:56:40 2023 -0400
8
  - The version number in the bumpver configuration file has been updated from 0.0.2 to 0.0.5.