Please suggest any way to publish related items in sitecore programmatically.
P.S: Deep = true did not work.
I did it by getting all references of the item and published it using publish manager. I used GetReferences() to get the references.
Thanks.