Steps required to update README.md for widget

Hi,

I build a new version of an extension cumulocity-operation-button.
and have a README.md in the location: README.md

When I build and upload a test version of the plugin I don’t see the updated README.md but instead the outdated version of the community version. I want to view especially the new README.md to see if the references to the used images are correct.

How can I see the new README.md?

–Christof

Have you tried this in your cumulocity.config.ts ?:

buildTime: {
  copy: [
    {
      from: 'README.md',
      to: 'README.md'
    },
  ]
}

I tried this. But it still displays the outdated version of the README.md

Hi @Christof_Strack,

Have you cleared your browsers cache?

Regards,
Tristan

1 Like