John T. Wodder II

Results 121 comments of John T. Wodder II

@yarikoptic The only remaining issue not fixed in release-action is the section divider issue, which requires changes on scriv's end.

@yarikoptic I already filed an issue: https://github.com/nedbat/scriv/issues/62.

@yarikoptic What if you do `mkdir ds000001` before `datalad save`? Does that change anything? (I ask because, in my experiments, Git treated the submodule as unstaged-deleted after `update-index` if its...

I tried the following, but `datalad save` didn't like it: 1. Create a Git repo `foo` 2. `datalad create bar; cd bar` 3. Set the contents of `.gitmodules` to: ```...

@yarikoptic We need to use a `pull_request` trigger in order to have access to information about the PR that was just merged (specifically, whether it had the "release" label). It's...

@yarikoptic `auto` did the determination itself. I think it parses commit messages looking for GitHub-generated merge commits and deduces the PRs from those.

@yarikoptic I think we should try using `pull_request_target` first.

@yarikoptic Can you point me to the part of the code where this change would be made? Is it something to be changed in just the test infrastructure/CI or in...

@yarikoptic The problem arose because `auto shipit` determined there was no version bump and thus it did not create a new release or tag. However, the initial `auto shipit --dry-run`...