Shipyard changelog built using Hugo.
To run locally, from the root directory, run:
make developThis will run changelog in a containerized development server. You can access the changelogs locally at http://localhost:1313/
make commands
-
To create a new release, run
make generate.releaseA new file will be generated in
changelog/content/released -
To create a new deprecation notice, run
make generate.deprecationA new file will be generated in
changelog/content/deprecated -
Deploy
make deployThis command generates static content into the
publicdirectory and can be served using any static contents hosting service.
The site is hosted on Netlify and deployment happens automatically when code is merged to main branch.
The netlify.toml contains the configuration used by netlify to deploy