joshuasundance-swca commited on
Commit
662eb58
1 Parent(s): 414e3d4

Update AI Changelog

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +3 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
  # AI CHANGELOG
 
 
 
2
  ## [Added GitHub Actions Workflow for Version Bumping](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/6a47e1364d6f23b201ed7ae277698ada08793617)
3
  Tue Dec 26 23:11:03 2023 -0500
4
  - This commit introduces a new GitHub Actions workflow named 'Bump Version'.
 
1
  # AI CHANGELOG
2
+ ## [Added choice type to bump input in GitHub Actions workflow](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/414e3d472d9eda092b0fde7ee76d22fb033b837d)
3
+ Tue Dec 26 23:12:25 2023 -0500
4
+ - This commit modifies the 'bumpver.yml' file in our GitHub Actions workflow. Specifically, it adds a 'choice' type to the 'bump' input. This change ensures that the user can only select from predefined options when triggering the version bump workflow, thus minimizing the chance of errors.
5
  ## [Added GitHub Actions Workflow for Version Bumping](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/6a47e1364d6f23b201ed7ae277698ada08793617)
6
  Tue Dec 26 23:11:03 2023 -0500
7
  - This commit introduces a new GitHub Actions workflow named 'Bump Version'.