epics-motor / motorSymetrie

EPICS support module for the SYMETRIE positioning hexapods
0 stars 0 forks source link

RELEASE.md refers to configure/RELEASE.local, which doesn't exist #8

Closed kmpeters closed 1 year ago

kmpeters commented 1 year ago

RELEASE.md refers to configure/RELEASE.local to find out which versions of EPICS modules were used for each release:

https://github.com/epics-motor/motorSymetrie/blob/c7fb548f74055264cd19d03d20415de39355a4d8/RELEASE.md?plain=1#L4-L7

but the RELEASE.local file isn't included in the motorSymetrie module:

https://github.com/epics-motor/motorSymetrie/blob/c7fb548f74055264cd19d03d20415de39355a4d8/.gitignore#L9

Can EPICS module versions be added to RELEASE.md for the current version?

MarkRivers commented 1 year ago

I have fixed this by adding configure/RELEASE.local.EXAMPLE and changing RELEASE.md to reference that file.

kmpeters commented 1 year ago

Thanks!