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

feat: add git-town/git-town #6889

Merged
merged 3 commits into from Oct 7, 2022
Merged

Conversation

sheldonhull
Copy link
Contributor

@sheldonhull sheldonhull commented Oct 7, 2022

#6889 git-town/git-town: Generic, high-level Git workflow support for reducing toil with teams. Simplifies branching, rebasing, and other actions related to git workflows.

$ aqua g -i git-town/git-town

How to confirm if this package works well

Example that this tool is working well, running this to sync from main, create a new branch after that update.

$ git town hack feat/foo

No configuration is required, through the tool can be customized by running config actions configuration commands

Reference

git-town: Generic, high-level Git workflow support for reducing toil with teams. Simplifies branching, rebasing, and other actions related to git workflows.

```console
$ aqua g -i git-town
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
@suzuki-shunsuke
Copy link
Member

Thank you for your contribution!

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Oct 7, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v3.71.0 milestone Oct 7, 2022
@suzuki-shunsuke
Copy link
Member

Please read the document.

We provide the useful CLI to develop aqua registry.

Let me fix this pull request.

@suzuki-shunsuke
Copy link
Member

suzuki-shunsuke commented Oct 7, 2022

I generated code by the following command.

$ rm -R pkgs/git-town
$ aqua-registry scaffold git-town/git-town

I changed the package name from git-town to git-town/git-town.
The package name should be same as GitHub Repository name as much as possible so that we can update the package by Renovate.

https://github.com/aquaproj/aqua-renovate-config

@sheldonhull
Copy link
Contributor Author

I did use those tools, which was great! I think i got stuck in the middle as I already created a branch and then it didn't finish. Not sure what piece I missed afterwards, but will try to make sure it's done correctly after this. cheers!

@sheldonhull
Copy link
Contributor Author

Also I'm a huge fan of renovate, and find your custom renovate inspiring! I'll be looking at that for better knowledge on renovate going forward. thank you for this.

@sheldonhull
Copy link
Contributor Author

Oh I thought that was an error. It nested git-town twice under itself when I did that locally. I figured I'd been in the wrong directory or something. Now I know :-)

@suzuki-shunsuke suzuki-shunsuke merged commit 79634e3 into aquaproj:main Oct 7, 2022
@suzuki-shunsuke suzuki-shunsuke changed the title feat: add git-town feat: add git-town/git-town Oct 8, 2022
@suzuki-shunsuke
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants