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

Changelog is not posted #80

Open
Weakky opened this issue May 11, 2020 · 2 comments
Open

Changelog is not posted #80

Weakky opened this issue May 11, 2020 · 2 comments
Labels
type/bug Something is not working the way it should

Comments

@Weakky
Copy link

Weakky commented May 11, 2020

Description

Second time that I use dripip to release a stable and that the changelog is not posted. Here's the error:

Error: Failed to publish changelog
RequestError [HttpError]: Not Found
    at ~/projects/prisma/nexus-plugin-prisma/node_modules/@octokit/request/dist-node/index.js:66:23
    at processTicksAndRejections (internal/process/task_queues.js:93:5) {
  name: 'HttpError',
  status: 404,
  headers: {
    'access-control-allow-origin': '*',
    'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset',
    connection: 'close',
    'content-encoding': 'gzip',
    'content-security-policy': "default-src 'none'",
    'content-type': 'application/json; charset=utf-8',
    date: 'Mon, 11 May 2020 16:33:00 GMT',
    'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
    server: 'GitHub.com',
    status: '404 Not Found',
    'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
    'transfer-encoding': 'chunked',
    vary: 'Accept-Encoding, Accept, X-Requested-With',
    'x-content-type-options': 'nosniff',
    'x-frame-options': 'deny',
    'x-github-media-type': 'github.v3; format=json',
    'x-github-request-id': '2904:41157:65AF117:759CD4B:5EB97E3C',
    'x-ratelimit-limit': '60',
    'x-ratelimit-remaining': '58',
    'x-ratelimit-reset': '1589218380',
    'x-xss-protection': '1; mode=block'
  },
  request: {
    method: 'POST',
    url: 'https://api.github.com/repos/graphql-nexus/plugin-prisma/releases',
    headers: {
      accept: 'application/vnd.github.v3+json',
      'user-agent': 'octokit-rest.js/17.0.0 octokit-core.js/2.4.2 Node.js/12.13.1 (macOS Catalina; x64)',
      'content-type': 'application/json; charset=utf-8'
    },
    body: '{"prerelease":false,"tag_name":"0.8.0","draft":false,"body":"#### BREAKING CHANGES//n//n- 37c3bd9 support prisma 2 beta 4 (#111)//n- b8677cd support prisma 2 beta 3 (#109)//n- c0d702e allow passing a
@Weakky Weakky added the type/bug Something is not working the way it should label May 11, 2020
@williamluke4
Copy link

Having the exact same issue

@williamluke4
Copy link

williamluke4 commented Sep 29, 2020

These look related #71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is not working the way it should
Projects
None yet
Development

No branches or pull requests

2 participants