Skip to content

Commit

Permalink
Add title and deliverable message to versioning job (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity authored May 7, 2024
1 parent 3b43007 commit ba3420b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
main-branch: master
version-tag-regex-pattern: /^\d+\.\d+\.\d+$/
version-require-confirmation: "true"
title: New version of das-cli
deliverable: Debian package named das-cli
secrets: inherit

deploy-das-cli:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@
Removed references to the example files distributed_atom_space_local.py and distributed_atom_space_remote.py, as well as the files themselves.
Reviewed "Segmentation fault (core dumped)" error
Added support for non-Ubuntu-based distributions to utilize the update-version command. Note that this command was developed and primarily tested on Ubuntu distributions.
[#73] das-cli python-library version is raising an error

0 comments on commit ba3420b

Please sign in to comment.