CiscoDevNet / ydk-gen

Generate model-driven APIs from YANG models
http://ciscodevnet.github.io/ydk-gen/
Apache License 2.0
135 stars 74 forks source link

v0.8.5 not released #1052

Closed fdomain closed 2 years ago

fdomain commented 3 years ago

Issue tracker is ONLY used for reporting bugs. Please use the YDK Community for any support issues.

When trying to build from source (following https://github.com/CiscoDevNet/ydk-gen#build-from-source), the documentation refers to the version 0.8.5, however this tag is not available on the repository.

Expected Behavior

The tag v0.8.5 is available on git repo

Current Behavior

The latest version released is v0.8.4

Steps to Reproduce

git clone https://github.com/CiscoDevNet/ydk-gen.git -b 0.8.5
Cloning into 'ydk-gen'...
fatal: Remote branch 0.8.5 not found in upstream origin
ygorelik commented 3 years ago

The releases 0.8.5 and 0.8.5.2 currently available only in my private fork. To download YDK please use commands:

git clone https://github.com/ygorelik/ydk-gen.git -b 0.8.5
or
git clone https://github.com/ygorelik/ydk-gen.git -b 0.8.5.2

The latest documentation is available here.

This is not the YDK issue and further discussions on this subject must be moved to Cisco Community website.

ygorelik commented 2 years ago

Added tag 0.8.5 and release notes.