Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add git commit changes to packaging changes #504

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/packaging/packaging-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#### Git hooks

- Run `go-task init` to initialize Git hooks for the packages repository. See [Prepare for packaging](prepare-for-packaging.md#initialize-git-hooks).
- Use `git commit` for committing packaging changes and fill in the template shown.
It is no longer required to manually copy-paste the template or use `git commit --cleanup=scissors`.

#### Requiring `homepage` in `package.yml`

Expand All @@ -54,7 +56,7 @@
- All packaging actions are now handled by `go-task` rather than `make`.
- Building a package can be done using `go-task` rather than `make`.
- Commands are the same: `make local`, for example, is replaced by `go-task local`.
- You can see all available commands by either browsing to `Taskfile.yml` in the [`packages` repo](https://github.com/getsolus/packages/blob/main/Taskfile.yml) OR running `go-task -l` somewhere in your updated clone of the packages git monorepo.

Check warning on line 59 in docs/packaging/packaging-changes.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (repo)
- Packagers should install `go-task` on their machines if they have not already.
- The `Makefile` included with every package is no longer required. Please delete it from a package when updating, and do not include it when making the initial commit of a new package.

Expand Down