Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added changelog #87

Open
wants to merge 69 commits into
base: dev
Choose a base branch
from
Open

added changelog #87

wants to merge 69 commits into from

Conversation

veds12
Copy link

@veds12 veds12 commented Mar 27, 2021

Closes #41

I know the issue mentions adding changelog to the readme but I was a bit confused about this since Changelogs are generally implemented in self-contained files. Do you need all the changes recorded in the README? (Might become a bit messy though)

Will be happy to make any changes if needed :)

tsampazk and others added 30 commits February 16, 2021 14:22
eakirtas and others added 4 commits July 12, 2022 11:19
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.2 to 2.9.3.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.7.2...v2.9.3)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
backward compatibility
1. Inherited from Webots Robot class
2. Refactored SupervisorEnv name to DeepbotsEnv
3. Shortened imports
4. Removed setup folder
5. Renamed lots of class name
@KelvinYang0320
Copy link
Member

@veds12 Thank you for this excellent PR.
@tsampazk @eakirtas I have tested it, and it works well.

Have you already set AIDUDEZZ_BOT_TOKEN, AIDUDEZZZ_BOT_EMAIL, and AIDUDEZZZ_BOT_USER?

Note that it runs this workflow every time we push to the dev branch.

eakirtas and others added 2 commits January 18, 2023 10:01
Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.1 to 1.13.1.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
- [Commits](pytorch/pytorch@v1.8.1...v1.13.1)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@KelvinYang0320
Copy link
Member

Note that it runs this workflow every time we push to the dev branch.

I replace dev with master, so it runs this workflow only when we merge dev into master.

@veds12
Copy link
Author

veds12 commented Jan 19, 2023

Hi @KelvinYang0320. Sorry for the late reply.

Yes, I have used the AIDUDEZZ_BOT_TOKEN, AIDUDEZZ_BOT_USER and AIDUDEZZ_BOT_EMAIL in the lines 18, 22 and 23:
https://github.com/veds12/deepbots/blob/b2b6076a5302430fba07cf7c8142f97b042e7d3a/.github/workflows/changelog_update.yml#L18

Co-authored-by: KelvinYang0320 <kelvin777320@gmail.com>
@KelvinYang0320
Copy link
Member

@tsampazk @eakirtas I have replaced master with main.

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.

Add changelog in README
5 participants