Shipyard changelog built using Hugo.
To run locally, from the root directory, run:
make develop
This 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.release
A new file will be generated in
changelog/content/released
-
To create a new deprecation notice, run
make generate.deprecation
A new file will be generated in
changelog/content/deprecated
-
Deploy
make deploy
This command generates static content into the
public
directory 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