GitXplorerGitXplorer
d

thechangelogbot-backend

public
4 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
fcc8b3792f0f39cd4160bfd2e5f30bfc190a7550

remove github workflows

dduarteocarmo committed 9 months ago
Unverified
0229780899d240c66d31081af38c8bddda315ca6

remove breakpoint

dduarteocarmo committed a year ago
Unverified
fa0ebaec559140dde36354242011c0773f87853c

add more info if no reply

dduarteocarmo committed a year ago
Unverified
f90c70b56ce411cd12b21cdac2f77de0942f1e60

better chat response

dduarteocarmo committed a year ago
Unverified
06666c6ca8e4794b5aab9236a57bd83aad822b2e

update config

dduarteocarmo committed a year ago
Unverified
59766c3b8e0b002dad54a7fd335d37d1c9c5ba05

update config

dduarteocarmo committed a year ago

README

The README file for this repository.

Ask the changelog

Development

  1. Make sure you are running in a virtual environment (e.g., python3 -m venv .env)
  2. Activate it (e.g. source .env/bin/activate)
(.env) $ make install-dev
  1. Run the tests
(.env) $ make test
  1. For more help:
(.env) $ make help