Skip to content

Comments

chore: add just command for releases and update pyproject for changelog#43

Merged
baxen merged 2 commits intomainfrom
zaki/just-release
Sep 9, 2024
Merged

chore: add just command for releases and update pyproject for changelog#43
baxen merged 2 commits intomainfrom
zaki/just-release

Conversation

@zakiali
Copy link
Collaborator

@zakiali zakiali commented Sep 9, 2024

Adding just commands to aide in releasing. When ready to release:

  1. locally run git pull on main branch
  2. just release ${VERSION} : this will open up git diff page to open a pr. Merge pr.
  3. locally, run git pull on main again to get latest change.
  4. run just tag-push: this will create and push a new version tag, kicking of the release ci

Note, this doesn't handle changelog updates -- will revisit automated updates at a later date.

@zakiali zakiali marked this pull request as ready for review September 9, 2024 22:53
Copy link
Collaborator

@baxen baxen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

justfile Outdated
git co -b release-version-{{version}}
git add .
git commit -m "chore(release): release version {{version}}"
git push
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I might omit push and cmp? this would be where we'd want to also let the author add changelog

@baxen baxen merged commit 5a3da33 into main Sep 9, 2024
lifeizhou-ap added a commit that referenced this pull request Sep 18, 2024
* main:
  feat: Rework error handling (#48)
  chore(release): release version 0.9.0 (#45)
  chore: add just command for releases and update pyproject for changelog (#43)
  feat: convert ollama provider to an openai configuration (#34)
  fix: Bedrock Provider request (#29)
  test: Update truncate and summarize tests to check for sytem prompt t… (#42)
  chore: update test_tools to read a file instead of get a password (#38)
  fix: Use placeholder message to check tokens (#41)
  feat: rewind to user message (#30)
  chore: Update LICENSE (#40)
  fix: shouldn't hardcode truncate to gpt4o mini (#35)
codefromthecrypt pushed a commit to codefromthecrypt/exchange that referenced this pull request Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants